fix: Ellipisis left in translation string
This commit is contained in:
@ -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>
|
||||||
|
@ -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",
|
||||||
|
Reference in New Issue
Block a user