Made text translatable

Text will be translated now
This commit is contained in:
TigerxWood 2020-05-28 23:52:56 +03:00 committed by Sean Yesmunt
parent 37b1caccc2
commit 87e369cb11

View file

@ -90,7 +90,7 @@ class UserEmailVerify extends React.PureComponent<Props> {
<I18nMessage
tokens={{
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.