diff --git a/Tchap/Assets/Localizations/fr.lproj/Tchap.strings b/Tchap/Assets/Localizations/fr.lproj/Tchap.strings index 5b952e4bc..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 n'est pas autorisé à rejoindre ce salon."; +"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"; //////////////////////////////////////////////////////////////////////////////// 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