diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json index 32ceb494fd..b4c801f5d6 100644 --- a/web/static/i18n/en.json +++ b/web/static/i18n/en.json @@ -1072,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 Slash commands documentation 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 Slash commands documentation 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", @@ -1185,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 incoming webhooks documentation to learn more.", + "user.settings.hooks_in.description": "Create webhook URLs for use in external integrations. Please see incoming webhooks documentation 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 outgoing webhooks documentation to learn more.", + "user.settings.hooks_out.addDescription": "Create webhooks to send new message events to an external integration. Please see outgoing webhooks documentation 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",