mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
change primary action for delete confirmation dialog
This commit is contained in:
parent
42c8ef6262
commit
a8f904dc42
@ -27,7 +27,7 @@ define(['connectionManager', 'confirm', 'appRouter', 'globalize'], function (con
|
|||||||
title: title,
|
title: title,
|
||||||
text: msg,
|
text: msg,
|
||||||
confirmText: globalize.translate('Delete'),
|
confirmText: globalize.translate('Delete'),
|
||||||
primary: 'cancel'
|
primary: 'ok'
|
||||||
|
|
||||||
}).then(function () {
|
}).then(function () {
|
||||||
|
|
||||||
@ -54,4 +54,4 @@ define(['connectionManager', 'confirm', 'appRouter', 'globalize'], function (con
|
|||||||
return {
|
return {
|
||||||
deleteItem: deleteItem
|
deleteItem: deleteItem
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user