- client: fix translation

This commit is contained in:
Ildar Kamalov 2019-09-19 18:08:28 +03:00
parent 66bd06cf69
commit 95d9a537ea
3 changed files with 2 additions and 2 deletions

View File

@ -390,7 +390,7 @@
"password_label": "Password",
"password_placeholder": "Enter password",
"sign_in": "Sign in",
"logout": "Logout",
"sign_out": "Sign out",
"forgot_password": "Forgot password?",
"forgot_password_desc": "Please follow <0>these steps</0> to create a new password for your user account."
}

View File

@ -61,7 +61,7 @@ class Header extends Component {
<div className="header__column">
<div className="header__right">
<a href="/control/logout" className="btn btn-sm btn-outline-secondary">
<Trans>logout</Trans>
<Trans>sign_out</Trans>
</a>
</div>
</div>

Binary file not shown.