mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-10 14:41:49 +02:00
Translations (#225)
This commit is contained in:
parent
9c61d34f24
commit
bfb14b0e02
29 changed files with 342 additions and 275 deletions
|
@ -26,7 +26,7 @@ const NotificationsToggle: React.VoidFunctionComponent = () => {
|
|||
poll.notifications ? (
|
||||
<div>
|
||||
<div className="font-medium text-primary-300">
|
||||
Notifications are on
|
||||
{t("notificationsOn")}
|
||||
</div>
|
||||
<div className="max-w-sm">
|
||||
<Trans
|
||||
|
@ -44,10 +44,10 @@ const NotificationsToggle: React.VoidFunctionComponent = () => {
|
|||
</div>
|
||||
</div>
|
||||
) : (
|
||||
"Notifications are off"
|
||||
t("notificationsOff")
|
||||
)
|
||||
) : (
|
||||
"You need to verify your email to turn on notifications"
|
||||
t("notificationsVerifyEmail")
|
||||
)
|
||||
}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue