Unified inbox folders

This commit is contained in:
M66B
2018-12-03 09:04:32 +01:00
parent 3a7a181907
commit 36e6d34b54
2 changed files with 2 additions and 1 deletions

View File

@@ -136,7 +136,7 @@ public class FragmentFolders extends FragmentEx {
// Observe account
if (account < 0)
setSubtitle(R.string.title_folder_unified);
setSubtitle(R.string.title_folders_unified);
else
db.account().liveAccount(account).observe(getViewLifecycleOwner(), new Observer<EntityAccount>() {
@Override