feat: [2329] changing terminology from contact-trust-level to author-trust-level

This commit is contained in:
johndoe4221
2022-07-02 09:43:53 +02:00
parent afd92dd916
commit 44acda2045

View File

@@ -315,12 +315,12 @@
<string name="duplicate_link_dialog_text_3">%1$s and %2$s sent you the same link.\n\nOne of them may be trying to discover who your contacts are.\n\nDon\'t tell them you received the same link from someone else.</string>
<string name="pending_contact_updated_toast">Pending contact updated</string>
<!-- Contact trust levels -->
<!-- Author trust levels -->
<string name="contact_trust_level_unverified">Unverified contact</string>
<string name="contact_trust_level_verified">Verified contact</string>
<string name="contact_trust_level_ourselves">Me</string>
<string name="contact_trust_level_stranger">Stranger</string>
<string name="author_trust_level_unverified">Unverified author</string>
<string name="author_trust_level_verified">Verified author</string>
<string name="author_trust_level_ourselves">Me</string>
<string name="author_trust_level_stranger">Stranger</string>
<!-- Introductions -->