fix: Use the correct name for filters affecting threads (#203)

Previous code called filters that affect threads "Conversations".
Correct this to "Threads", to distinguish from "Direct Messages" which
can also be known as "conversations" (in the API in particular).
This commit is contained in:
Nik Clayton 2023-10-26 23:34:04 +02:00 committed by GitHub
parent ca8c1d9181
commit 3705a29dd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@
<string name="replying_to">Replying to @%s</string> <string name="replying_to">Replying to @%s</string>
<string name="pref_title_public_filter_keywords">Public timelines</string> <string name="pref_title_public_filter_keywords">Public timelines</string>
<string name="pref_title_thread_filter_keywords">Conversations</string> <string name="pref_title_thread_filter_keywords">Threads</string>
<string name="pref_title_account_filter_keywords">Profiles</string> <string name="pref_title_account_filter_keywords">Profiles</string>
<string name="filter_addition_title">Add filter</string> <string name="filter_addition_title">Add filter</string>
<string name="filter_edit_title">Edit filter</string> <string name="filter_edit_title">Edit filter</string>