Skip to content
Snippets Groups Projects
Unverified Commit 3178b2a5 authored by Alexander Polyankin's avatar Alexander Polyankin Committed by GitHub
Browse files

Fix copy (#19660)

parent ea1f25f3
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,8 @@ const SlackSetupForm = ({ onSubmit }: SlackSetupFormProps): JSX.Element => {
<Form>
<FormField name="slack-app-token" />
<FormMessage>
{t`Finally, open Slack and create a public channel and put its name below.`}
{t`Finally, open Slack, create a public channel and enter its name below.`}{" "}
{t`We'll upload charts and tables here before sending out dashboard subscriptions.`}
</FormMessage>
<FormField name="slack-files-channel" />
<FormFooter submitTitle={t`Save changes`} />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment