Skip to content

Commit 919ca5d

Browse files
committed
fix missing string and broken var
1 parent 3b12a2c commit 919ca5d

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/components/views/dialogs/SetPasswordDialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default React.createClass({
5353
errMsg = _t('Failed to change password. Is your password correct?');
5454
} else if (err.httpStatus) {
5555
errMsg += _t(
56-
' (HTTP status %(httpStatus))',
56+
' (HTTP status %(httpStatus)s)',
5757
{ httpStatus: err.httpStatus },
5858
);
5959
}

src/i18n/strings/el.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"You are Rioting as a guest. <a>Register</a> or <a>sign in</a> to access more rooms and features!": "Χρησιμοποιείς το Riot ως επισκέπτης. Κάνε <a>εγγραφή</a> ή <a>συνδέσου</a> για να αποκτήσεις πρόσβαση σε περισσότερα δωμάτια και επιλογές!",
132132
"Collecting logs": "Συγκέντρωση πληροφοριών",
133133
"Enable them now": "Ενεργοποίηση",
134-
"Failed to forget room %(errCode)s": "Δεν ήταν δυνατή η διαγραφή του δωματίου",
134+
"Failed to forget room %(errCode)s": "Δεν ήταν δυνατή η διαγραφή του δωματίου (%(errCode)s)",
135135
"Failed to update keywords": "Οι λέξεις κλειδιά δεν ενημερώθηκαν",
136136
"Failed to get protocol list from Home Server": "Δεν ήταν δυνατή η εύρεση των διαθέσιμων πρωτοκόλλων από το διακομιστή",
137137
"Failed to remove tag %(tagName)s from room": "Δεν ήταν δυνατή η διαγραφή του tag %(tagName)s από το δωμάτιο",

src/i18n/strings/en_EN.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"Guests can join": "Guests can join",
6363
"Guest users can't invite users. Please register to invite.": "Guest users can't invite users. Please register to invite.",
6464
"Hide panel": "Hide panel",
65+
" (HTTP status %(httpStatus))": "(HTTP status %(httpStatus))",
6566
"I understand the risks and wish to continue": "I understand the risks and wish to continue",
6667
"In order to diagnose problems, logs from this client will be sent with this bug report. If you would prefer to only send the text above, please untick:": "In order to diagnose problems, logs from this client will be sent with this bug report. If you would prefer to only send the text above, please untick:",
6768
"Invite to this room": "Invite to this room",

0 commit comments

Comments
 (0)