mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Updated swipe read/unread title
This commit is contained in:
@@ -2108,7 +2108,7 @@ public class FragmentAccount extends FragmentBase {
|
||||
|
||||
EntityFolder seen = new EntityFolder();
|
||||
seen.id = EntityMessage.SWIPE_ACTION_SEEN;
|
||||
seen.name = context.getString(R.string.title_seen);
|
||||
seen.name = context.getString(R.string.title_seen_unseen);
|
||||
folders.add(seen);
|
||||
|
||||
EntityFolder snooze = new EntityFolder();
|
||||
|
||||
Reference in New Issue
Block a user