Skip to content

Commit

Permalink
explicitly change strings
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrc52 committed Nov 15, 2023
1 parent 5fb7725 commit def06cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/i18n/strings/en_EN.json
Original file line number Diff line number Diff line change
Expand Up @@ -1235,8 +1235,8 @@
"integrations": {
"disabled_dialog_description": "Enable '%(manageIntegrations)s' in Settings to do this.",
"disabled_dialog_title": "Integrations are disabled",
"impossible_dialog_description": "Your %(brand)s doesn't allow you to use an integration manager to do this. Please contact an admin.",
"impossible_dialog_title": "Integrations not allowed"
"impossible_dialog_description": "If you wish to invite bots or add widgets, you can add them manually. Ask in #help:matrix.mit.edu or email [email protected] letting us know what bot or widget you need and we can guide you.",
"impossible_dialog_title": "Integrations are a work in progress."
},
"invite": {
"ask_anyway_description": "Unable to find profiles for the Matrix IDs listed below - would you like to start a DM anyway?",
Expand Down Expand Up @@ -1270,8 +1270,8 @@
"failed_title": "Failed to invite",
"invalid_address": "Unrecognised address",
"key_share_warning": "Invited people will be able to read old messages.",
"name_email_mxid_share_room": "Invite someone using their name, email address, username (like <userId/>) or <a>share this room</a>.",
"name_email_mxid_share_space": "Invite someone using their name, email address, username (like <userId/>) or <a>share this space</a>.",
"name_email_mxid_share_room": "Invite someone using their name or kerberos (without @mit.edu). If they do not appear in the search results, please use the Matrix username format—<userId/>—instead of the full email address. You can also invite non-MIT people using their Matrix username or email address, or <a>right click here and share the room link</a>.",
"name_email_mxid_share_space": "Invite someone using their name or kerberos (without @mit.edu). If they do not appear in the search results, please use the Matrix username format—<userId/>—instead of the full email address. You can also invite non-MIT people using their Matrix username or email address, or <a>right click here and share the space link</a>.",
"name_mxid_share_room": "Invite someone using their name, username (like <userId/>) or <a>share this room</a>.",
"name_mxid_share_space": "Invite someone using their name, username (like <userId/>) or <a>share this space</a>.",
"recents_section": "Recent Conversations",
Expand Down

0 comments on commit def06cc

Please sign in to comment.