Made text translatable
Text will be translated now
This commit is contained in:
parent
37b1caccc2
commit
87e369cb11
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class UserEmailVerify extends React.PureComponent<Props> {
|
||||||
<I18nMessage
|
<I18nMessage
|
||||||
tokens={{
|
tokens={{
|
||||||
help_link: <Button button="link" href="mailto:help@lbry.com" label="help@lbry.com" />,
|
help_link: <Button button="link" href="mailto:help@lbry.com" label="help@lbry.com" />,
|
||||||
chat_link: <Button button="link" href="https://chat.lbry.com" label="chat" />,
|
chat_link: <Button button="link" href="https://chat.lbry.com" label={__("chat")} />,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Email %help_link% or join our %chat_link% if you encounter any trouble verifying.
|
Email %help_link% or join our %chat_link% if you encounter any trouble verifying.
|
||||||
|
|
Loading…
Reference in a new issue