Complete Move to group feature

This commit is contained in:
Bubka
2020-10-28 17:51:32 +01:00
parent f16b256c0b
commit fe02bac6d6
5 changed files with 73 additions and 33 deletions

View File

@ -16,8 +16,9 @@ return [
'groups' => 'Groups',
'select_accounts_to_show' => 'Select accounts to show',
'manage_groups' => 'Manage groups',
'manage_groups_legend' => 'You can create groups to manage your accounts the way you want. All your accounts remain visible in the pseudo group named \'All\', regardless of the group they belong to.',
'manage_groups_legend' => 'You can create groups to organize your accounts the way you want. All accounts remain visible in the pseudo group named \'All\', regardless of the group they belong to.',
'deleting_group_does_not_delete_accounts' => 'Deleting a group does not delete accounts',
'no_group' => 'No group',
'forms' => [
'new_group' => 'New group',
'new_name' => 'New name',
@ -26,5 +27,4 @@ return [
'confirm' => [
'delete' => 'Are you sure you want to delete this group?',
],
];