fix all missing translations picked up by check-i18n.pl
This commit is contained in:
parent
1eb7993aa7
commit
3302fc690f
14 changed files with 67 additions and 43 deletions
|
@ -82,7 +82,7 @@ module.exports = React.createClass({
|
|||
this.showErrorDialog(_t('The email address linked to your account must be entered.'));
|
||||
}
|
||||
else if (!this.state.password || !this.state.password2) {
|
||||
this.showErrorDialog(_t('A new password must be entered') + ".");
|
||||
this.showErrorDialog(_t('A new password must be entered.'));
|
||||
}
|
||||
else if (this.state.password !== this.state.password2) {
|
||||
this.showErrorDialog(_t('New passwords must match each other.'));
|
||||
|
@ -98,10 +98,8 @@ module.exports = React.createClass({
|
|||
'end-to-end encryption keys on all devices, ' +
|
||||
'making encrypted chat history unreadable, ' +
|
||||
'unless you first export your room keys and re-import ' +
|
||||
'them afterwards. In future this ' +
|
||||
'<a href="https://github.com/vector-im/riot-web/issues/2671">' +
|
||||
'will be improved</a>'
|
||||
) }.
|
||||
'them afterwards. In future this will be improved.'
|
||||
) }
|
||||
</div>,
|
||||
button: _t('Continue'),
|
||||
extraButtons: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue