Skip to content

Commit 243fd1b

Browse files
committed
Fix: Lowercase in menu was changed to uppercase
1 parent 48599d0 commit 243fd1b

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

includes/pages/admin_free.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
function admin_free_title()
1313
{
14-
return __('Free critters');
14+
return __('Free Critters');
1515
}
1616

1717
/**

includes/sys_menu.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function make_navigation()
8989
'admin_arrive' => [admin_arrive_title(), 'users.arrive.list'],
9090
'admin_active' => 'Active Critters',
9191
'users' => ['All Critters', 'admin_user'],
92-
'admin_free' => 'Free critters',
92+
'admin_free' => 'Free Critters',
9393
'admin/questions' => ['Answer questions', 'question.edit'],
9494
'admin/shifttypes' => ['shifttype.shifttypes', 'shifttypes.view'],
9595
'admin_shifts' => 'Create shifts',

resources/lang/de_DE/default.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ msgstr "Ankunfts-Statistik"
559559
msgid "Planned departure statistics"
560560
msgstr "Geplante Abreise-Statistik"
561561

562-
msgid "Free critters"
562+
msgid "Free Critters"
563563
msgstr "Freie Critter"
564564

565565
msgid "Critter type"

resources/lang/en_US/default.po

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,4 +1044,3 @@ msgstr "Configuration updated successfully"
10441044

10451045
msgid "Add more critters"
10461046
msgstr "Add more critter"
1047-

0 commit comments

Comments
 (0)