fix: Ellipisis left in translation string

This commit is contained in:
Tom Moor 2021-01-24 12:09:32 -08:00
parent 978a123122
commit f89d5adc37
2 changed files with 3 additions and 4 deletions

View File

@ -167,7 +167,7 @@ function MainSidebar() {
to="/settings/people"
onClick={handleInviteModalOpen}
icon={<PlusIcon color="currentColor" />}
label={t("Invite people")}
label={`${t("Invite people")}`}
/>
)}
</Section>

View File

@ -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",