Changed title

This commit is contained in:
M66B
2023-03-06 20:39:55 +01:00
parent 8836c85a34
commit 73b5309e51
3 changed files with 2 additions and 4 deletions

View File

@@ -92,7 +92,7 @@ public class FragmentDialogSelectAccount extends FragmentDialogBase {
return new AlertDialog.Builder(context)
.setIcon(R.drawable.twotone_account_circle_24)
.setTitle(R.string.title_select_account)
.setTitle(R.string.title_list_accounts)
.setAdapter(adapter, new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int which) {