diff --git a/resources/js/views/twofaccounts/Edit.vue b/resources/js/views/twofaccounts/Edit.vue
index 60025015..3e580155 100644
--- a/resources/js/views/twofaccounts/Edit.vue
+++ b/resources/js/views/twofaccounts/Edit.vue
@@ -49,7 +49,7 @@
- {{ $t('twofaccounts.forms.save') }}
+ {{ $t('commons.save') }}
diff --git a/resources/lang/en/commons.php b/resources/lang/en/commons.php
index beaec802..57dd682c 100644
--- a/resources/lang/en/commons.php
+++ b/resources/lang/en/commons.php
@@ -20,8 +20,17 @@ return [
'profile' => 'Profile',
'edit' => 'Edit',
'delete' => 'Delete',
+ 'create' => 'Create',
'save' => 'Save',
'close' => 'Close',
'demo_do_not_post_sensitive_data' => 'This is a demo app, do not post any sensitive data',
'selected' => 'selected',
+ 'name' => 'Name',
+ 'manage' => 'Manage',
+ 'done' => 'Done',
+ 'new' => 'New',
+ 'back' => 'Back',
+ 'move' => 'Move',
+ 'all' => 'All',
+ 'rename' => 'Rename',
];
\ No newline at end of file
diff --git a/resources/lang/en/twofaccounts.php b/resources/lang/en/twofaccounts.php
index 7431d7ca..deebab59 100644
--- a/resources/lang/en/twofaccounts.php
+++ b/resources/lang/en/twofaccounts.php
@@ -15,14 +15,12 @@ return [
'service' => 'Service',
'account' => 'Account',
+ 'accounts' => 'Accounts',
'icon' => 'Icon',
- 'new' => 'New',
'no_account_here' => 'No 2FA here!',
'add_first_account' => 'Add your first account',
'use_full_form' => 'Or use the full form',
'add_one' => 'Add one',
- 'manage' => 'Manage',
- 'done' => 'Done',
'forms' => [
'service' => [
'placeholder' => 'example.com',
@@ -48,8 +46,6 @@ return [
'title' => 'Lock it',
],
'choose_image' => 'Choose an imageā¦',
- 'create' => 'Create',
- 'save' => 'Save',
'test' => 'Test',
],
'stream' => [