Merge pull request #1420 from matrix-org/t3chguy/missing-i18n
apply i18n _t to string which has already been translatedpull/21833/head
						commit
						4b7c50810c
					
				|  | @ -208,7 +208,7 @@ module.exports = React.createClass({ | |||
|         if (!this.state.cachedPassword) { | ||||
|             currentPassword = <div className={rowClassName}> | ||||
|                 <div className={rowLabelClassName}> | ||||
|                     <label htmlFor="passwordold">Current password</label> | ||||
|                     <label htmlFor="passwordold">{ _t('Current password') }</label> | ||||
|                 </div> | ||||
|                 <div className={rowInputClassName}> | ||||
|                     <input id="passwordold" type="password" ref="old_input" /> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 David Baker
						David Baker