Adding translations

This commit is contained in:
okbel
2018-04-30 20:03:01 -03:00
parent ad342c4bb3
commit cdb392cd0e
2 changed files with 5 additions and 3 deletions
@@ -26,7 +26,7 @@ class ChangeUsernameDialog extends React.Component {
if (!this.props.canUsernameBeUpdated) {
this.props.notify(
'error',
"Username can't be updated. Usernames can be changed every 14 days"
t('talk-plugin-auth.change_username.change_username_attempt')
);
return;
}