- client: fix translation
This commit is contained in:
parent
66bd06cf69
commit
95d9a537ea
@ -390,7 +390,7 @@
|
|||||||
"password_label": "Password",
|
"password_label": "Password",
|
||||||
"password_placeholder": "Enter password",
|
"password_placeholder": "Enter password",
|
||||||
"sign_in": "Sign in",
|
"sign_in": "Sign in",
|
||||||
"logout": "Logout",
|
"sign_out": "Sign out",
|
||||||
"forgot_password": "Forgot password?",
|
"forgot_password": "Forgot password?",
|
||||||
"forgot_password_desc": "Please follow <0>these steps</0> to create a new password for your user account."
|
"forgot_password_desc": "Please follow <0>these steps</0> to create a new password for your user account."
|
||||||
}
|
}
|
||||||
|
|||||||
@ -61,7 +61,7 @@ class Header extends Component {
|
|||||||
<div className="header__column">
|
<div className="header__column">
|
||||||
<div className="header__right">
|
<div className="header__right">
|
||||||
<a href="/control/logout" className="btn btn-sm btn-outline-secondary">
|
<a href="/control/logout" className="btn btn-sm btn-outline-secondary">
|
||||||
<Trans>logout</Trans>
|
<Trans>sign_out</Trans>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user