Update lang.php

Why these lines removed? On backend/backend/usergroups, strings not showing up..
This commit is contained in:
Mahmut 2015-01-12 15:10:50 +02:00
parent c4cef299dd
commit 7cac0e421e

View File

@ -102,7 +102,11 @@ return [
'list_title' => 'Manage Groups',
'new' => 'New Administrator Group',
'delete_confirm' => 'Do you really want to delete this administrator group?',
'return' => 'Return to the group list'
'return' => 'Return to the group list',
'description_field' => 'Description',
'is_new_user_default_field' => 'Add new administrators to this group by default',
'code_field' => 'Code',
'code_comment' => 'Enter a unique code if you want to access it with the API.'
],
'preferences' => [
'not_authenticated' => 'There is no an authenticated user to load or save preferences for.'