Fix lost translations

This commit is contained in:
James Brooks
2016-03-16 09:09:09 +00:00
parent 4cb57c5f1e
commit dd062c673f
3 changed files with 27 additions and 8 deletions
+5 -2
View File
@@ -68,8 +68,11 @@ return [
'enabled' => 'Component enabled?',
'groups' => [
'name' => 'Name',
'collapsed' => 'Collapse the group by default?',
'name' => 'Name',
'collapsing' => 'Choose visibility of the group',
'visible' => 'Always expanded',
'collapsed' => 'Collapse the group by default',
'collapsed_incident' => 'Collapse the group, but expand if there are issues',
],
],