1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-19 05:22:13 +03:00

apply i18n _t to string which has already been translated

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2017-09-22 20:04:04 +01:00
parent 86ceef712d
commit 6d530eeb6e

View File

@@ -208,7 +208,7 @@ module.exports = React.createClass({
if (!this.state.cachedPassword) { if (!this.state.cachedPassword) {
currentPassword = <div className={rowClassName}> currentPassword = <div className={rowClassName}>
<div className={rowLabelClassName}> <div className={rowLabelClassName}>
<label htmlFor="passwordold">Current password</label> <label htmlFor="passwordold">{ _t('Current password') }</label>
</div> </div>
<div className={rowInputClassName}> <div className={rowInputClassName}>
<input id="passwordold" type="password" ref="old_input" /> <input id="passwordold" type="password" ref="old_input" />