Merged in marcoAntonioNina/processmaker/dashboards2 (pull request #1834)
Improvement label
This commit is contained in:
@@ -521,7 +521,7 @@ Ext.onReady( function() {
|
|||||||
tabPanel.getItem(component.id).show();
|
tabPanel.getItem(component.id).show();
|
||||||
Ext.MessageBox.show({
|
Ext.MessageBox.show({
|
||||||
title: _('ID_CONFIRM'),
|
title: _('ID_CONFIRM'),
|
||||||
msg: _('ID_DELETE_FIELD_SURE'),
|
msg: _('ID_DELETE_INDICATOR_SURE'),
|
||||||
buttons: Ext.MessageBox.YESNOCANCEL,
|
buttons: Ext.MessageBox.YESNOCANCEL,
|
||||||
fn: function(buttonId) {
|
fn: function(buttonId) {
|
||||||
switch(buttonId) {
|
switch(buttonId) {
|
||||||
|
|||||||
Reference in New Issue
Block a user