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" to="/settings/people"
onClick={handleInviteModalOpen} onClick={handleInviteModalOpen}
icon={<PlusIcon color="currentColor" />} icon={<PlusIcon color="currentColor" />}
label={t("Invite people")} label={`${t("Invite people")}`}
/> />
)} )}
</Section> </Section>

View File

@ -92,7 +92,6 @@
"Home": "Home", "Home": "Home",
"Starred": "Starred", "Starred": "Starred",
"Settings": "Settings", "Settings": "Settings",
"Invite people…": "Invite people…",
"Invite people": "Invite people", "Invite people": "Invite people",
"Create a collection": "Create a collection", "Create a collection": "Create a collection",
"Return to App": "Return to App", "Return to App": "Return to App",
@ -110,6 +109,8 @@
"Integrations": "Integrations", "Integrations": "Integrations",
"Installation": "Installation", "Installation": "Installation",
"Resize sidebar": "Resize sidebar", "Resize sidebar": "Resize sidebar",
"Unstar": "Unstar",
"Star": "Star",
"Appearance": "Appearance", "Appearance": "Appearance",
"System": "System", "System": "System",
"Light": "Light", "Light": "Light",
@ -148,8 +149,6 @@
"Choose a collection": "Choose a collection", "Choose a collection": "Choose a collection",
"Unpin": "Unpin", "Unpin": "Unpin",
"Pin to collection": "Pin to collection", "Pin to collection": "Pin to collection",
"Unstar": "Unstar",
"Star": "Star",
"Share link": "Share link", "Share link": "Share link",
"Enable embeds": "Enable embeds", "Enable embeds": "Enable embeds",
"Disable embeds": "Disable embeds", "Disable embeds": "Disable embeds",