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

update forms

This commit is contained in:
Luke Pulverenti 2016-02-10 00:29:38 -05:00
parent 95dadd9829
commit 165e7bf677
4 changed files with 7 additions and 9 deletions

View file

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