fix: Wrong federation setting translation value (#32788)

pull/32724/head^2
Martin Schoeler 2 years ago committed by GitHub
parent 48ea8fce83
commit 25da5280a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      .changeset/grumpy-worms-appear.md
  2. 4
      packages/i18n/src/locales/en.i18n.json

@ -0,0 +1,5 @@
---
"@rocket.chat/i18n": patch
---
Fixed wrong wording on a federation setting

@ -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",

Loading…
Cancel
Save