update recording screens

This commit is contained in:
Luke Pulverenti 2016-09-21 13:07:18 -04:00
parent cb199a5152
commit e55726cccf
6 changed files with 17 additions and 20 deletions

View file

@ -6,7 +6,14 @@
require(['confirm'], function (confirm) {
confirm(msg, Globalize.translate('DeleteUser')).then(function () {
confirm({
title: Globalize.translate('DeleteUser'),
text: msg,
confirmText: Globalize.translate('ButtonDelete'),
primary: 'cancel'
}).then(function () {
Dashboard.showLoadingMsg();