+
{{ $t('twofaccounts.no_account_here') }}
{{ $t('twofaccounts.add_first_account') }}
diff --git a/resources/lang/en/groups.php b/resources/lang/en/groups.php
index 48de10a2..ece47e56 100644
--- a/resources/lang/en/groups.php
+++ b/resources/lang/en/groups.php
@@ -19,6 +19,7 @@
'active_group' => 'Active group',
'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',
+ 'move_selected_to' => 'Move selected to',
'no_group' => 'No group',
'forms' => [
'new_group' => 'New group',
diff --git a/resources/sass/app.scss b/resources/sass/app.scss
index d5c27a62..f3b2d69a 100644
--- a/resources/sass/app.scss
+++ b/resources/sass/app.scss
@@ -72,6 +72,10 @@ a:hover {
margin-top: 110px;
}
+.group-selector {
+ margin-top: 55px;
+}
+
@media screen and (min-width: 769px) {
.accounts {
margin-top: 84px;