mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 23:34:05 +08:00
change wording
This commit is contained in:
parent
c0efc78a94
commit
2ad1b75e45
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ function confirmDeleteAlias() {
|
||||||
},
|
},
|
||||||
|
|
||||||
delete: {
|
delete: {
|
||||||
label: "Yes, I don't need it anymore",
|
label: "Delete it, I don't need it anymore",
|
||||||
className: 'btn-outline-danger',
|
className: 'btn-outline-danger',
|
||||||
callback: function () {
|
callback: function () {
|
||||||
that.closest("form").submit();
|
that.closest("form").submit();
|
||||||
|
|
Loading…
Reference in a new issue