Select account/folder

This commit is contained in:
M66B
2023-03-06 12:33:28 +01:00
parent 6137988040
commit 8681f7f08a
3 changed files with 4 additions and 2 deletions

View File

@@ -2138,7 +2138,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
private void onMenuRulesFolder(Bundle args) {
args.putInt("icon", R.drawable.twotone_filter_alt_24);
args.putString("title", getString(R.string.title_edit_rules));
args.putString("title", getString(R.string.title_select_folder));
args.putLongArray("disabled", new long[0]);
FragmentDialogFolder fragment = new FragmentDialogFolder();