fix lost updated t9n stranslate

This commit is contained in:
ArthurPai 2016-04-05 00:04:38 +08:00
parent f198181394
commit e779fe80ba

View file

@ -25,7 +25,7 @@ export class PasswordOrService extends React.Component {
if (hasPasswordService && services.length > 0) {
return (
<div style={ style } className={ className }>
{ `${T9n.get('or use')} ${ labels.join(' / ') }` }
{ `${T9n.get('orUse')} ${ labels.join(' / ') }` }
</div>
);
}