Various grammar fixes (mostly removing commas)

This commit is contained in:
Loren Burkholder 2022-09-30 00:23:39 -04:00
parent e78d107558
commit df834ffc48
13 changed files with 18 additions and 18 deletions

View file

@ -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;