mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-23 05:46:20 +02:00
Add missing translation (#227)
* Add missing translation * Add more missing translations
This commit is contained in:
parent
bfb14b0e02
commit
800af20132
4 changed files with 24 additions and 13 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue