Confirmation title should have item that is begin deleted
This commit is contained in:
parent
e84b6f8738
commit
da5174aecc
3 changed files with 3 additions and 3 deletions
|
@ -95,7 +95,7 @@ SlidePage {
|
|||
label: 'Unsubscribe',
|
||||
callback: function () {
|
||||
var ctx = { py: py, id: id };
|
||||
pgst.showConfirmation('Unsubscribe', 'Unsubscribe', 'Cancel', 'Remove this podcast and all downloaded episodes?', Icons.trash, function () {
|
||||
pgst.showConfirmation(title, 'Unsubscribe', 'Cancel', 'Remove this podcast and all downloaded episodes?', Icons.trash, function () {
|
||||
ctx.py.call('main.unsubscribe', [ctx.id]);
|
||||
});
|
||||
} },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue