fix: Missing space in translation string

This commit is contained in:
Tom Moor
2023-04-04 22:11:40 -04:00
parent c71cbf39f5
commit 1b11cb5aca
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ function Slack() {
{error === "access_denied" && (
<Notice>
<Trans>
Whoops, you need to accept the permissions in Slack to connect
Whoops, you need to accept the permissions in Slack to connect{" "}
{{ appName }} to your team. Try again?
</Trans>
</Notice>