mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
normalize rating to fsk
This commit is contained in:
parent
1f57d9b231
commit
2971ec0e69
86 changed files with 388 additions and 136 deletions
|
@ -34,7 +34,14 @@
|
|||
|
||||
require(['confirm'], function (confirm) {
|
||||
|
||||
confirm(Globalize.translate('MessageConfirmRemoveMediaLocation'), Globalize.translate('HeaderRemoveMediaLocation')).then(function () {
|
||||
confirm({
|
||||
|
||||
title: Globalize.translate('HeaderRemoveMediaLocation'),
|
||||
text: Globalize.translate('MessageConfirmRemoveMediaLocation'),
|
||||
confirmText: Globalize.translate('sharedcomponents#ButtonDelete'),
|
||||
primary: 'cancel'
|
||||
|
||||
}).then(function () {
|
||||
|
||||
var refreshAfterChange = currentOptions.refresh;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue