From 093f595d9b7182c4e469552b45949b76cafcf109 Mon Sep 17 00:00:00 2001 From: ovari123 <ovari123@zoho.com> Date: Tue, 18 Feb 2025 05:59:22 -0500 Subject: [PATCH] server/locale/en/translation.json: cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit attemps → attempts Change-Id: I8e4583f34a5bf94e420f559f7efe492f11244f67 --- server/locale/en/translation.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/locale/en/translation.json b/server/locale/en/translation.json index 5aff542a..cb2f28f8 100644 --- a/server/locale/en/translation.json +++ b/server/locale/en/translation.json @@ -155,7 +155,7 @@ "jami": "Jami", "jami_account": "Jami Account", "jami_authentication": "Jami Local Authentication", - "jami_authentication_info": "Local Authentication allows users to register an account by providing a username. The account is created and managed directly by the server. If the server's data is deleted, the account and its access will be permanently lost.", + "jami_authentication_info": "Local authentication allows users to register an account by providing a username. The account is created and managed directly by the server. If the server's data is deleted, the account and its access will be permanently lost.", "jami_user_id": "Jami user ID", "jams": "JAMS", "jams_authentication": "JAMS authentication", @@ -303,7 +303,7 @@ "share_window": "Share window", "size": "File size:", "submit": "Submit", - "too_many_requests": "Too many attemps, please try again later.", + "too_many_requests": "Too many failed access attempts. Please try again later.", "transfer_message": "Transfer message", "unauthorized_access": "Unauthorized access", "unknown_error_alert": "An unexpected error occurred. Please try again.", -- GitLab