From 7cac0e421ee12b288c234c9bb5dbf124c9adc807 Mon Sep 17 00:00:00 2001 From: Mahmut Date: Mon, 12 Jan 2015 15:10:50 +0200 Subject: [PATCH] Update lang.php Why these lines removed? On backend/backend/usergroups, strings not showing up.. --- modules/backend/lang/en/lang.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/backend/lang/en/lang.php b/modules/backend/lang/en/lang.php index 67be02aaa..e26cc821e 100644 --- a/modules/backend/lang/en/lang.php +++ b/modules/backend/lang/en/lang.php @@ -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.'