ItEr26S13AltaEtiquetasTipoEtiqueta: Change warning message duplicate label
This commit is contained in:
parent
70cdbc51de
commit
f26da52cd1
1 changed files with 2 additions and 2 deletions
|
|
@ -223,8 +223,8 @@ public class LabelTypeCRUDController extends GenericForwardComposer {
|
|||
public void onChangeLabelName(Event e) {
|
||||
InputEvent ie = (InputEvent) e;
|
||||
if (!labelTypeModel.labelNameIsUnique(ie.getValue())) {
|
||||
throw new WrongValueException(e.getTarget(),
|
||||
_("Name must be unique"));
|
||||
throw new WrongValueException(e.getTarget(), _(
|
||||
"{0} already exists", ie.getValue()));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue