From 14236019c4fb00cf97b99d41702696e8073b38e9 Mon Sep 17 00:00:00 2001 From: Akmal Isomadinov Date: Wed, 28 Aug 2024 16:06:37 +0500 Subject: [PATCH] Client:Invite: Fix error message --- packages/client/public/locales/en/InviteDialog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/public/locales/en/InviteDialog.json b/packages/client/public/locales/en/InviteDialog.json index 5874d94ca0..cfe716db99 100644 --- a/packages/client/public/locales/en/InviteDialog.json +++ b/packages/client/public/locales/en/InviteDialog.json @@ -2,7 +2,7 @@ "AddManually": "Add manually", "AddManuallyDescriptionAccounts": "Invite new users to {{productName}} personally via email", "AddManuallyDescriptionRoom": "Add existing {{productName}} users to the room using the names or invite new users personally via email", - "EmailErrorMessage": "Email address is not valid. You can edit the email by clicking on it.", + "EmailErrorMessage": "Email address not valid. You can edit the email by double-clicking on it.", "GroupMaxAvailableRoleWarning": "Groups can be added to a room with the {{roleName}} role as maximum. However, you can change the role of individual users in the group after it has been successfully added.", "InvitationLanguage": "Invitation language", "InviteAccountSearchPlaceholder": "Invite people by email",