|
206 | 206 | "supportDescription": "If you need any assistance with pairing with your Slack app, please refer to the steps below.", |
207 | 207 | "supportSetupHeading": "1. Setting up the app", |
208 | 208 | "supportSetupDescription": "Depending on your Slack workspace settings, you may be able to create a new Slack app. Otherwise, an admin will need to do this for you. If you are re-using an existing app which can write messages, skip to the section called 'Pairing with your Slack app'.", |
209 | | - "supportSetupStep1": "Navigate to your workspace's <a href=\"https://api.slack.com/apps\" target=\"_blank\">apps page</a>.", |
| 209 | + "supportSetupStep1": "Navigate to your workspace's {link}.", |
| 210 | + "supportSetupStep1Link": "apps page", |
210 | 211 | "supportSetupStep2": "Create a new app, choose 'From scratch' and enter a name. Select the workspace your app should operate in, and click 'Create'.", |
211 | | - "supportSetupStep3": "In the left sidebar, navigate to 'OAuth & Permissions', scroll down to Scopes and under 'Bot Token Scopes', select 'Add an OAuth Scope'.", |
212 | | - "supportSetupStep4": "To allow your app to post messages, add the <pre>chat:write</pre> scope.", |
| 212 | + "supportSetupStep3": "In the left sidebar, navigate to 'OAuth > Permissions', scroll down to Scopes and under 'Bot Token Scopes', select 'Add an OAuth Scope'.", |
| 213 | + "supportSetupStep4": "To allow your app to post messages, add the {scope} scope.", |
213 | 214 | "supportPairingHeading": "2. Pairing with your Slack app", |
214 | | - "supportPairingStep1": "If your app is new: navigate to the 'Settings' > 'Install App'. Click the green button to install the app to your workspace.", |
| 215 | + "supportPairingStep1": "If your app is new: navigate to 'Settings' > 'Install App'. Click the green button to install the app to your workspace.", |
215 | 216 | "supportPairingStep2": "Copy your 'Bot User OAuth Token' and store it in the 'Bot User Token' field in this form.", |
216 | | - "supportPairingStep3": "Finally, if your app is new: in Slack, invite your app to your chosen channel with <pre>/invite {'@'}yourAppName yourChannel</pre>" |
| 217 | + "supportPairingStep3": "Finally, if your app is new: in Slack, invite your app to your chosen channel with {command}" |
217 | 218 | }, |
218 | 219 | "slackWriteMessageServiceForm": { |
219 | 220 | "alertMessage": "This action must be paired with a Slack app. Please follow the guide in the integrations popup to get started.", |
|
0 commit comments