mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update forms
This commit is contained in:
parent
95dadd9829
commit
165e7bf677
4 changed files with 7 additions and 9 deletions
|
@ -72,8 +72,7 @@
|
|||
require(['prompt'], function (prompt) {
|
||||
|
||||
prompt({
|
||||
text: Globalize.translate('LabelNewName'),
|
||||
title: Globalize.translate('HeaderRenameMediaFolder'),
|
||||
title: Globalize.translate('LabelNewName'),
|
||||
callback: function (newName) {
|
||||
|
||||
if (newName && newName != virtualFolder.Name) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue