From 2fa07f91691145f2e4c48ee1fe53a21928caf7cf Mon Sep 17 00:00:00 2001 From: Nicolas Buquet Date: Mon, 22 Apr 2024 15:26:08 +0200 Subject: [PATCH 1/2] =?UTF-8?q?Mauvais=20message=20d'erreur=20quand=20on?= =?UTF-8?q?=20invite=20un=20utilisateur=20d=C3=A9j=C3=A0=20pr=C3=A9sent=20?= =?UTF-8?q?dans=20un=20salon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tchap/Assets/Localizations/fr.lproj/Tchap.strings | 2 +- changelog.d/1022.change | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/1022.change diff --git a/Tchap/Assets/Localizations/fr.lproj/Tchap.strings b/Tchap/Assets/Localizations/fr.lproj/Tchap.strings index 5b952e4bc..28402c126 100644 --- a/Tchap/Assets/Localizations/fr.lproj/Tchap.strings +++ b/Tchap/Assets/Localizations/fr.lproj/Tchap.strings @@ -320,7 +320,7 @@ //////////////////////////////////////////////////////////////////////////////// // MARK: Room Invite -"room_invite_error_action_forbidden" = "Cet utilisateur n'est pas autorisé à rejoindre ce salon."; +"room_invite_error_action_forbidden" = "Cet utilisateur est déjà présent dans ce salon ou bien n'est pas autorisé à le rejoindre."; "room_invite_search_consign" = "Veuillez saisir le nom d'un correspondant pour le rechercher dans l'annuaire"; //////////////////////////////////////////////////////////////////////////////// diff --git a/changelog.d/1022.change b/changelog.d/1022.change new file mode 100644 index 000000000..56a47497b --- /dev/null +++ b/changelog.d/1022.change @@ -0,0 +1 @@ +Mauvais message d'erreur quand on invite un utilisateur déjà présent dans un salon \ No newline at end of file From 419b26dd6deadf57ba3ea732e289f1fcce3e4ea4 Mon Sep 17 00:00:00 2001 From: Nicolas Buquet Date: Mon, 22 Apr 2024 16:45:08 +0200 Subject: [PATCH 2/2] Simplification du message --- Tchap/Assets/Localizations/fr.lproj/Tchap.strings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tchap/Assets/Localizations/fr.lproj/Tchap.strings b/Tchap/Assets/Localizations/fr.lproj/Tchap.strings index 28402c126..a3e1acfd4 100644 --- a/Tchap/Assets/Localizations/fr.lproj/Tchap.strings +++ b/Tchap/Assets/Localizations/fr.lproj/Tchap.strings @@ -320,7 +320,7 @@ //////////////////////////////////////////////////////////////////////////////// // MARK: Room Invite -"room_invite_error_action_forbidden" = "Cet utilisateur est déjà présent dans ce salon ou bien n'est pas autorisé à le rejoindre."; +"room_invite_error_action_forbidden" = "Cet utilisateur est déjà membre du salon ou n'est pas autorisé à le rejoindre."; "room_invite_search_consign" = "Veuillez saisir le nom d'un correspondant pour le rechercher dans l'annuaire"; ////////////////////////////////////////////////////////////////////////////////