ItEr37S08CUCreacionUnidadesPlanificacionItEr36S11: Fixing message. Argument was missing
This commit is contained in:
parent
90e80c5714
commit
b95ff330f3
1 changed files with 3 additions and 2 deletions
|
|
@ -328,8 +328,9 @@ class FormBinder {
|
|||
}
|
||||
|
||||
public void markThereisAlreadyAssignmentWith(Set<Criterion> criterions) {
|
||||
messagesForUser.showMessage(Level.ERROR,
|
||||
_("for criterions {0} already exists an allocation"));
|
||||
messagesForUser.showMessage(Level.ERROR, _(
|
||||
"for criterions {0} already exists an allocation",
|
||||
ResourceLoadModel.getName(criterions)));
|
||||
}
|
||||
|
||||
public void markEndDateMustBeAfterStartDate() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue