mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-04 12:24:49 +00:00
Fix groupname dialog title
This commit is contained in:
parent
6db8260f4a
commit
bb15b9983f
2 changed files with 2 additions and 1 deletions
|
@ -142,7 +142,7 @@ public class Dialogs {
|
|||
EditText groupName = view.findViewById(R.id.text_groupname);
|
||||
|
||||
AlertDialog dialog = new AlertDialog.Builder(activity)
|
||||
.setTitle(R.string.set_password)
|
||||
.setTitle(R.string.set_group)
|
||||
.setView(view)
|
||||
.setPositiveButton(android.R.string.ok, (dialog1, which) ->
|
||||
listener.onTextInputResult(groupName.getText().toString()))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue