1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

change primary action for delete confirmation dialog

This commit is contained in:
grafixeyehero 2019-08-31 21:42:40 +03:00
parent 42c8ef6262
commit a8f904dc42

View file

@ -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 () {