This commit is contained in:
Julio Cesar Laura Avendaño
2016-08-29 10:29:56 -04:00
parent fcd5f09c9f
commit 8af718ae80

View File

@@ -1530,7 +1530,7 @@ Ext.onReady ( function() {
if( rowSelected ) {
if (Ext.getCmp('idTextareaReasonCasesList').getValue() === '') {
Ext.Msg.alert(_('ID_ALERT'), _('ID_THE_REASON_REASSIGN_EMPTY'));
Ext.Msg.alert(_('ID_ALERT'), _('ID_CAN_NOT_BE_EMPTY', _('ID_REASON_REASSIGN')));
return;
}
PMExt.confirm(_('ID_CONFIRM'), _('ID_REASSIGN_CONFIRM'), function(){