This commit is contained in:
Julio Cesar Laura
2017-03-13 15:28:01 -04:00
parent 4c07012e19
commit 77d9e20de1

View File

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