summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMayeul Cantan <oss+nheko@mayeul.net>2020-10-28 00:55:18 +0100
committerMayeul Cantan <oss+nheko@mayeul.net>2020-10-31 22:23:55 +0100
commit7564de4f70f5f74403693bba4f440e494245449d (patch)
tree4eac3b9f3a4bb5e34f4cfd62df10d0cf82754c12 /src
parentWording: Verification request isn't a request anymore once accepted (diff)
downloadnheko-7564de4f70f5f74403693bba4f440e494245449d.tar.xz
Wording: change "trusted users" for "verified users"
This is less ambiguous, as it aligns with the other uses.

Trusted might refer to something else, like the reputation project.
You can trust a user you haven't verified.

Also mention devices as this shares keys with verified devices, for when device
verification was performed without cross-signing.
Diffstat (limited to 'src')
-rw-r--r--src/UserSettingsPage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UserSettingsPage.cpp b/src/UserSettingsPage.cpp

index d4d5dcb9..8cb2ab7b 100644 --- a/src/UserSettingsPage.cpp +++ b/src/UserSettingsPage.cpp
@@ -687,7 +687,7 @@ UserSettingsPage::UserSettingsPage(QSharedPointer<UserSettings> settings, QWidge boxWrap(tr("Device ID"), deviceIdValue_); boxWrap(tr("Device Fingerprint"), deviceFingerprintValue_); boxWrap( - tr("Share keys with trusted users"), + tr("Share keys with verified users and devices"), shareKeysWithTrustedUsers_, tr("Automatically replies to key requests from other users, if they are verified.")); formLayout_->addRow(new HorizontalLine{this});