Skip to content
Snippets Groups Projects
Unverified Commit 702d3cf3 authored by Nicolas Werner's avatar Nicolas Werner Committed by GitHub
Browse files

Merge pull request #768 from ISSOtm/patch-2

Fix incorrect pluralization of "rooms"
parents eb3dd47b d56a4821
No related branches found
No related tags found
No related merge requests found
Pipeline #1942 passed
......@@ -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!");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment