forked from matrix-org/matrix-react-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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?", | ||
|
@@ -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", | ||
|