mirror of
https://github.com/vale981/accounts-ui
synced 2025-03-05 18:01:39 -05:00
fix lost updated t9n stranslate
This commit is contained in:
parent
f198181394
commit
e779fe80ba
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue