Skip to content

Commit

Permalink
Merge pull request #1023 from tchapgouv/1022-mauvais-message-derreur-…
Browse files Browse the repository at this point in the history
…quand-on-invite-un-utilisateur-deja-present-dans-un-salon

Mauvais message d'erreur quand on invite un utilisateur déjà présent …
  • Loading branch information
NicolasBuquet authored Apr 25, 2024
2 parents 5659966 + 419b26d commit 6fb6b13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Tchap/Assets/Localizations/fr.lproj/Tchap.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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";

////////////////////////////////////////////////////////////////////////////////
Expand Down
1 change: 1 addition & 0 deletions changelog.d/1022.change
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Mauvais message d'erreur quand on invite un utilisateur déjà présent dans un salon

0 comments on commit 6fb6b13

Please sign in to comment.