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>