Add missing translation (#227)

* Add missing translation

* Add more missing translations
This commit is contained in:
Luke Vella 2022-07-18 11:24:12 +01:00 committed by GitHub
parent bfb14b0e02
commit 800af20132
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 24 additions and 13 deletions

View file

@ -160,7 +160,7 @@ const UserDropdown: React.VoidFunctionComponent<
{user.isGuest ? (
<DropdownItem
icon={Question}
label="What's this?"
label={t("whatsThis")}
onClick={() => {
modalContext.render({
showClose: true,