From 4627f365a2d7b227350087bf7f0e9c6dfde095f6 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Fri, 4 Apr 2025 13:55:15 +0200 Subject: [PATCH] chore(translations): fix mistakes in source strings --- frontend/messages/en-US.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/messages/en-US.json b/frontend/messages/en-US.json index 5152582d..a06e2972 100644 --- a/frontend/messages/en-US.json +++ b/frontend/messages/en-US.json @@ -36,7 +36,7 @@ "generate_code": "Generate Code", "name": "Name", "browser_unsupported": "Browser unsupported", - "this_browser_does_not_support_passkeys": "This browser doesn't support passkeys. Please or use a alternative sign in method.", + "this_browser_does_not_support_passkeys": "This browser doesn't support passkeys. Please use an alternative sign in method.", "an_unknown_error_occurred": "An unknown error occurred", "authentication_process_was_aborted": "The authentication process was aborted", "error_occurred_with_authenticator": "An error occurred with the authenticator", @@ -71,7 +71,7 @@ "you_are_about_to_sign_in_to_the_initial_admin_account": "You're about to sign in to the initial admin account. Anyone with this link can access the account until a passkey is added. Please set up a passkey as soon as possible to prevent unauthorized access.", "continue": "Continue", "alternative_sign_in": "Alternative Sign In", - "if_you_do_not_have_access_to_your_passkey_you_can_sign_in_using_one_of_the_following_methods": "If you dont't have access to your passkey, you can sign in using one of the following methods.", + "if_you_do_not_have_access_to_your_passkey_you_can_sign_in_using_one_of_the_following_methods": "If you don't have access to your passkey, you can sign in using one of the following methods.", "use_your_passkey_instead": "Use your passkey instead?", "email_login": "Email Login", "enter_a_login_code_to_sign_in": "Enter a login code to sign in.", @@ -268,7 +268,7 @@ "add_oidc_client": "Add OIDC Client", "manage_oidc_clients": "Manage OIDC Clients", "one_time_link": "One Time Link", - "use_this_link_to_sign_in_once": "Use this link to sign in once. This is needed for users who haven't added a passkey yet or\n\t\t\t\thave lost it.", + "use_this_link_to_sign_in_once": "Use this link to sign in once. This is needed for users who haven't added a passkey yet or have lost it.", "add": "Add", "callback_urls": "Callback URLs", "logout_callback_urls": "Logout Callback URLs",