diff --git a/locales/en-US.json b/locales/en-US.json index b3eb8d18..4f57abff 100644 --- a/locales/en-US.json +++ b/locales/en-US.json @@ -485,16 +485,15 @@ "channel_tab_playlists_label": "Playlists", "channel_tab_community_label": "Community", "channel_tab_channels_label": "Channels", - "setup-totp-form-header": "Setup two factor authenticiation (TOTP)", - "setup-totp-instructions-download-auth": "Install an authenticator app (or anything that supports totp) on your device", - "setup-totp-instructions-enter-code": "Enter the following secret code:", - "setup-totp-instructions-validate-code": "Enter the 6 digit number on your screen. Be sure to do it under thirty seconds!", - "setup-totp-submit-button": "Setup TOTP", - "general-totp-empty-field": "The TOTP code is a required field", - "general-totp-invalid-code": "The TOTP code entered is invalid", - "general-totp-enter-code-field": "6 digit number", - "general-totp-enter-code-header": "Two-factor authentication", - "general-totp-verify-button": "Verify", - "remove-totp-header": "Remove two-factor authentication", - "remove-totp-confirm-message": "Are you sure you would like to remove two-factor-authentication?" -} + "setup_totp_form_header": "Setup two factor authenticiation (TOTP)", + "setup_totp_instructions_download_auth": "Install an authenticator app (or anything that supports totp) on your device", + "setup_totp_instructions_enter_code": "Enter the following secret code:", + "setup_totp_instructions_validate_code": "Enter the 6 digit number on your screen. Be sure to do it under thirty seconds!", + "setup_totp_submit_button": "Setup TOTP", + "general_totp_empty_field": "The TOTP code is a required field", + "general_totp_invalid_code": "The TOTP code entered is invalid", + "general_totp_enter_code_field": "6 digit number", + "general_totp_enter_code_header": "Two-factor authentication", + "general_totp_verify_button": "Verify", + "remove_totp_header": "Remove two-factor authentication", + "remove_totp_confirm_message": "Are you sure you would like to remove two-factor-authentication?"} diff --git a/src/invidious/views/user/preferences.ecr b/src/invidious/views/user/preferences.ecr index a0f77dbf..3ad38f0e 100644 --- a/src/invidious/views/user/preferences.ecr +++ b/src/invidious/views/user/preferences.ecr @@ -346,7 +346,7 @@