diff --git a/resources/js/components/ExportButtons.vue b/resources/js/components/ExportButtons.vue index ee728fa4..bb2ebf7a 100644 --- a/resources/js/components/ExportButtons.vue +++ b/resources/js/components/ExportButtons.vue @@ -21,7 +21,7 @@ {{ $t('twofaccounts.twofauth_export_schema') }}

- @@ -32,7 +32,7 @@

{{ $t('twofaccounts.otpauth_export_format_desc') }}

- diff --git a/resources/lang/en/twofaccounts.php b/resources/lang/en/twofaccounts.php index 2efea4a1..2ab204dc 100644 --- a/resources/lang/en/twofaccounts.php +++ b/resources/lang/en/twofaccounts.php @@ -29,8 +29,6 @@ 'accounts_deleted' => 'Account(s) successfully deleted', 'accounts_moved' => 'Account(s) successfully moved', 'export_selected_accounts' => 'Export selected accounts', - 'export_selected_to_json' => 'Export accounts using the 2FAuth json format', - 'export_selected_to_otpauth_uri' => 'Export accounts to plain text otpauth URIs', 'twofauth_export_format' => '2FAuth format', 'twofauth_export_format_sub' => 'Export data using the 2FAuth json schema', 'twofauth_export_format_desc' => 'You should prefer this option if you need to create a backup that can be restored. This format takes care of the icons.',