Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gSpotx2f committed Feb 24, 2022
1 parent e0d97bc commit 752dfd4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion htdocs/luci-static/resources/view/disks-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ return view.extend({
};

return E([
E('h2', { 'class': 'fade-in' }, _('Disk devices')),
E('h2', { 'class': 'fade-in' }, _('Disk Devices')),
E('div', { 'class': 'cbi-section-descr fade-in' },
_("Information about the connected disk devices.")),
devicesNode,
Expand Down
2 changes: 1 addition & 1 deletion po/ru/disks-info.po
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ msgstr "Идентификатор диска"
msgid "Disklabel type"
msgstr "Тип разметки диска"

msgid "Disk devices"
msgid "Disk Devices"
msgstr "Дисковые устройства"

msgid "End"
Expand Down
2 changes: 1 addition & 1 deletion po/templates/disks-info.pot
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ msgstr ""
msgid "Disklabel type"
msgstr ""

msgid "Disk devices"
msgid "Disk Devices"
msgstr ""

msgid "End"
Expand Down
2 changes: 1 addition & 1 deletion root/usr/share/luci/menu.d/luci-app-disks-info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"admin/services/disks-info": {
"title": "Disk devices",
"title": "Disk Devices",
"order": 10,
"action": {
"type": "view",
Expand Down

0 comments on commit 752dfd4

Please sign in to comment.