Skip to content

Commit

Permalink
fix: Wrong federation setting translation value (#32788)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchoeler authored Jul 16, 2024
1 parent 48ea8fc commit 25da528
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/grumpy-worms-appear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/i18n": patch
---

Fixed wrong wording on a federation setting
4 changes: 2 additions & 2 deletions packages/i18n/src/locales/en.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -2320,8 +2320,8 @@
"Federation_Matrix_not_allowed_to_change_moderator": "You are not allowed to change the moderator",
"Federation_Matrix_not_allowed_to_change_owner": "You are not allowed to change the owner",
"Federation_Matrix_join_public_rooms_is_premium": "Join federated rooms is a Premium feature",
"Federation_Matrix_max_size_of_public_rooms_users": "Maximum number of users when joining a public room in a remote server",
"Federation_Matrix_max_size_of_public_rooms_users_desc": "The number of the maximum users when joining a public room in a remote server. Public Rooms with more users will be ignored in the list of Public Rooms to join.",
"Federation_Matrix_max_size_of_public_rooms_users": "Maximum number of members when joining a public room in a remote server",
"Federation_Matrix_max_size_of_public_rooms_users_desc": "The user limit from a public room in a remote server that can still be joined. Rooms that exceed this setting will still be listed, but users won't be able to join them",
"Federation_Matrix_max_size_of_public_rooms_users_Alert": "Keep in mind, that the bigger the room you allow for users to join, the more time it will take to join that room, besides the amount of resource it will use. <a target=\"_blank\" href=\"https://matrix.org/blog/2022/10/18/testing-faster-remote-room-joins\">Read more</a>",
"Federation_Matrix_serve_well_known": "Serve Well Known",
"Federation_Matrix_serve_well_known_Description": "Serve /.well-known/matrix/server and /.well-known/matrix/client directly from within Rocket.Chat instead of reverse proxy for federation",
Expand Down

0 comments on commit 25da528

Please sign in to comment.