update live streams

This commit is contained in:
Luke Pulverenti 2016-10-05 03:15:29 -04:00
parent 0d820807fa
commit f0eb199063
13 changed files with 194 additions and 36 deletions

View file

@ -75,7 +75,8 @@
require(['prompt'], function (prompt) {
prompt({
label: Globalize.translate('LabelNewName')
label: Globalize.translate('LabelNewName'),
confirmText: Globalize.translate('ButtonRename')
}).then(function (newName) {
if (newName && newName != virtualFolder.Name) {