Updated swipe read/unread title

This commit is contained in:
M66B
2024-03-08 07:40:25 +01:00
parent 2a11ab15b5
commit ec6105bb36
2 changed files with 2 additions and 1 deletions

View File

@@ -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();