Various grammar fixes (mostly removing commas)
This commit is contained in:
parent
e78d107558
commit
df834ffc48
13 changed files with 18 additions and 18 deletions
|
|
@ -136,7 +136,7 @@ RegisterPage::versionsCheck()
|
|||
return supported.count(v) != 0;
|
||||
}) == versions.versions.cend()) {
|
||||
emit setHsError(
|
||||
tr("The selected server does not support a version of the Matrix protocol, that "
|
||||
tr("The selected server does not support a version of the Matrix protocol that "
|
||||
"this client understands (v1.1, v1.2 or v1.3). You can't register."));
|
||||
emit hsErrorChanged();
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue