Skip to content

Commit

Permalink
Updated translation
Browse files Browse the repository at this point in the history
  • Loading branch information
MyIgel committed Dec 13, 2024
1 parent 300f76a commit bcb40b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/pages/admin_groups.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/
function admin_groups_title()
{
return __('Grouprights');
return __('Group rights');
}

/**
Expand Down
2 changes: 1 addition & 1 deletion includes/sys_menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function make_navigation(): array
'admin/questions' => ['Answer questions', 'question.edit'],
'admin/shifttypes' => ['shifttype.shifttypes', 'shifttypes.view'],
'admin_shifts' => 'Create shifts',
'admin_groups' => 'Grouprights',
'admin_groups' => 'Group rights',
'admin/schedule' => ['schedule.import', 'schedule.import'],
'admin/logs' => ['log.log', 'admin_log'],
'admin/config' => ['config.config', 'config.edit'],
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/de_DE/default.po
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ msgstr "Letzte Schicht"
msgid "general.dect"
msgstr "DECT"

msgid "Grouprights"
msgid "Group rights"
msgstr "Gruppenrechte"

msgid "general.name"
Expand Down

0 comments on commit bcb40b8

Please sign in to comment.