update live streams
This commit is contained in:
parent
0d820807fa
commit
f0eb199063
13 changed files with 194 additions and 36 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue