From 1b11cb5aca559263b0f27ce845c620901a9fa7c6 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Tue, 4 Apr 2023 22:11:40 -0400 Subject: [PATCH] fix: Missing space in translation string --- plugins/slack/client/Settings.tsx | 2 +- shared/i18n/locales/en_US/translation.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/slack/client/Settings.tsx b/plugins/slack/client/Settings.tsx index 7c918c519..2305a92eb 100644 --- a/plugins/slack/client/Settings.tsx +++ b/plugins/slack/client/Settings.tsx @@ -62,7 +62,7 @@ function Slack() { {error === "access_denied" && ( - 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? diff --git a/shared/i18n/locales/en_US/translation.json b/shared/i18n/locales/en_US/translation.json index 9cc860cfb..f7d037372 100644 --- a/shared/i18n/locales/en_US/translation.json +++ b/shared/i18n/locales/en_US/translation.json @@ -829,7 +829,7 @@ "Posting to the {{ channelName }} channel on": "Posting to the {{ channelName }} channel on", "These events should be posted to Slack": "These events should be posted to Slack", "Disconnect": "Disconnect", - "Whoops, you need to accept the permissions in Slack to connect{{appName}} to your team. Try again?": "Whoops, you need to accept the permissions in Slack to connect{{appName}} to your team. Try again?", + "Whoops, you need to accept the permissions in Slack to connect {{appName}} to your team. Try again?": "Whoops, you need to accept the permissions in Slack to connect {{appName}} to your team. Try again?", "Something went wrong while authenticating your request. Please try logging in again?": "Something went wrong while authenticating your request. Please try logging in again?", "Get rich previews of {{ appName }} links shared in Slack and use the {{ command }} slash command to search for documents without leaving your chat.": "Get rich previews of {{ appName }} links shared in Slack and use the {{ command }} slash command to search for documents without leaving your chat.", "Connect {{appName}} collections to Slack channels. Messages will be automatically posted to Slack when documents are published or updated.": "Connect {{appName}} collections to Slack channels. Messages will be automatically posted to Slack when documents are published or updated.",