Make more room for group descriptions

This commit is contained in:
Samuel Georges 2014-12-16 12:42:29 +11:00
parent e3dae22758
commit bd1b930316
2 changed files with 1 additions and 3 deletions

View File

@ -27,7 +27,7 @@ class SeedSetupAdmin extends Seeder
{
$group = UserGroup::create([
'name' => 'Admins',
'description' => 'Default group for new administrators',
'description' => 'Default group for administrators',
'is_new_user_default' => true
]);

View File

@ -41,7 +41,6 @@ tabs:
permissions[superuser]:
context: [create, update]
tab: Permissions
span: left
label: backend::lang.user.superuser
type: checkbox
comment: backend::lang.user.superuser_comment
@ -49,7 +48,6 @@ tabs:
groups:
context: [create, update]
tab: Permissions
span: right
label: backend::lang.user.groups
commentAbove: backend::lang.user.groups_comment
type: checkboxlist