From f89d5adc378af354f2a9ab6d7ec7debf9e32d8b6 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 24 Jan 2021 12:09:32 -0800 Subject: [PATCH] fix: Ellipisis left in translation string --- app/components/Sidebar/Main.js | 2 +- shared/i18n/locales/en_US/translation.json | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app/components/Sidebar/Main.js b/app/components/Sidebar/Main.js index 18eac32a3..fdbd2e353 100644 --- a/app/components/Sidebar/Main.js +++ b/app/components/Sidebar/Main.js @@ -167,7 +167,7 @@ function MainSidebar() { to="/settings/people" onClick={handleInviteModalOpen} icon={} - label={t("Invite people…")} + label={`${t("Invite people")}…`} /> )} diff --git a/shared/i18n/locales/en_US/translation.json b/shared/i18n/locales/en_US/translation.json index 4a5046b7e..bd4b5f072 100644 --- a/shared/i18n/locales/en_US/translation.json +++ b/shared/i18n/locales/en_US/translation.json @@ -92,7 +92,6 @@ "Home": "Home", "Starred": "Starred", "Settings": "Settings", - "Invite people…": "Invite people…", "Invite people": "Invite people", "Create a collection": "Create a collection", "Return to App": "Return to App", @@ -110,6 +109,8 @@ "Integrations": "Integrations", "Installation": "Installation", "Resize sidebar": "Resize sidebar", + "Unstar": "Unstar", + "Star": "Star", "Appearance": "Appearance", "System": "System", "Light": "Light", @@ -148,8 +149,6 @@ "Choose a collection": "Choose a collection", "Unpin": "Unpin", "Pin to collection": "Pin to collection", - "Unstar": "Unstar", - "Star": "Star", "Share link": "Share link", "Enable embeds": "Enable embeds", "Disable embeds": "Disable embeds",