diff options
Diffstat (limited to 'web/static/i18n/en.json')
-rw-r--r-- | web/static/i18n/en.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json index 1e68ac1f6..b4c801f5d 100644 --- a/web/static/i18n/en.json +++ b/web/static/i18n/en.json @@ -1059,6 +1059,7 @@ "tutorial_tip.seen": "Seen this before? ", "upload_overlay.info": "Drop a file to upload it.", "user.settings.advance.embed_preview": "Show preview snippet of links below message", + "user.settings.advance.embed_toggle": "Show toggle for all embed previews", "user.settings.advance.enabled": "enabled", "user.settings.advance.feature": " Feature ", "user.settings.advance.features": " Features ", @@ -1071,7 +1072,7 @@ "user.settings.advance.sendTitle": "Send messages on Ctrl + Enter", "user.settings.advance.title": "Advanced Settings", "user.settings.cmds.add": "Add", - "user.settings.cmds.add_desc": "Create slash commands to send events to external integrations and receive a response. For example typing `/patient Joe Smith` could bring back search results from your internal health records management system for the name “Joe Smith”. Please see <a href=\"http://docs.mattermost.com/developer/slash-commands.html\">Slash commands documentation</a> for detailed instructions.", + "user.settings.cmds.add_desc": "Create slash commands to send events to external integrations and receive a response. For example typing `/patient Joe Smith` could bring back search results from your internal health records management system for the name “Joe Smith”. Please see <a href=\"http://docs.mattermost.com/developer/slash-commands.html\">Slash commands documentation</a> for detailed instructions. View all slash commands configured on this team below.", "user.settings.cmds.add_display_name.placeholder": "Example: \"Search patient records\"", "user.settings.cmds.add_new": "Add a new command", "user.settings.cmds.add_trigger.placeholder": "Command trigger e.g. \"hello\" not including the slash", @@ -1184,11 +1185,11 @@ "user.settings.hooks_in.add": "Add", "user.settings.hooks_in.addTitle": "Add a new incoming webhook", "user.settings.hooks_in.channel": "Channel: ", - "user.settings.hooks_in.description": "Create webhook URLs for use in external integrations. Please see <a href=\"http://docs.mattermost.com/developer/webhooks-incoming.html\" target=\"_blank\">incoming webhooks documentation</a> to learn more.", + "user.settings.hooks_in.description": "Create webhook URLs for use in external integrations. Please see <a href=\"http://docs.mattermost.com/developer/webhooks-incoming.html\" target=\"_blank\">incoming webhooks documentation</a> to learn more. View all incoming webhooks configured on this team below.", "user.settings.hooks_in.existing": "Existing incoming webhooks", "user.settings.hooks_in.none": "None", "user.settings.hooks_out.add": "Add", - "user.settings.hooks_out.addDescription": "Create webhooks to send new message events to an external integration. Please see <a href=\"http://docs.mattermost.com/developer/webhooks-outgoing.html\" target=\"_blank\">outgoing webhooks documentation</a> to learn more.", + "user.settings.hooks_out.addDescription": "Create webhooks to send new message events to an external integration. Please see <a href=\"http://docs.mattermost.com/developer/webhooks-outgoing.html\" target=\"_blank\">outgoing webhooks documentation</a> to learn more. View all outgoing webhooks configured on this team below.", "user.settings.hooks_out.addTitle": "Add a new outgoing webhook", "user.settings.hooks_out.callback": "Callback URLs: ", "user.settings.hooks_out.callbackDesc": "New line separated URLs that will receive the HTTP POST event", |