- 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>
|
||||||
|
|
|
@ -131,10 +131,6 @@ const Icons = () => (
|
||||||
<symbol id="question" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2">
|
<symbol id="question" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2">
|
||||||
<circle cx="12" cy="12" r="10" /><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" /><line x1="12" y1="17" x2="12" y2="17" />
|
<circle cx="12" cy="12" r="10" /><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" /><line x1="12" y1="17" x2="12" y2="17" />
|
||||||
</symbol>
|
</symbol>
|
||||||
|
|
||||||
<symbol id="logout" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2">
|
|
||||||
<path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"></path><polyline points="16 17 21 12 16 7"></polyline><line x1="21" y1="12" x2="9" y2="12"></line>
|
|
||||||
</symbol>
|
|
||||||
</svg>
|
</svg>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue