Merge pull request #768 from ISSOtm/patch-2

Fix incorrect pluralization of "rooms"
This commit is contained in:
DeepBlueV7.X 2021-10-19 17:42:38 +00:00 committed by GitHub
commit 702d3cf3a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ Rectangle {
case Crypto.Verified:
return qsTr("This room contains only verified devices.");
case Crypto.TOFU:
return qsTr("This rooms contain verified devices and devices which have never changed their master key.");
return qsTr("This room contains verified devices and devices which have never changed their master key.");
default:
return qsTr("This room contains unverified devices!");
}