Skip to content

Commit 16ceee3

Browse files
authored
Fix template placeholders (baserow#5050)
1 parent 0e75bd7 commit 16ceee3

2 files changed

Lines changed: 15 additions & 5 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "bug",
3+
"message": "Fixed the Slack Bot Form's translations to use the correct placeholders.",
4+
"issue_origin": "github",
5+
"issue_number": null,
6+
"domain": "integration",
7+
"bullet_points": [],
8+
"created_at": "2026-03-26"
9+
}

web-frontend/modules/integrations/locales/en.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -206,14 +206,15 @@
206206
"supportDescription": "If you need any assistance with pairing with your Slack app, please refer to the steps below.",
207207
"supportSetupHeading": "1. Setting up the app",
208208
"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",
210211
"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.",
213214
"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.",
215216
"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}"
217218
},
218219
"slackWriteMessageServiceForm": {
219220
"alertMessage": "This action must be paired with a Slack app. Please follow the guide in the integrations popup to get started.",

0 commit comments

Comments
 (0)