#328674 Change error message text.
This commit is contained in:
Родитель
39e776e94e
Коммит
4156aae762
|
@ -165,7 +165,7 @@ export class EventsService {
|
|||
|
||||
for (let fieldName of utilities.eventMandatoryFields) {
|
||||
if (!utilities.isNonemptyString(event[fieldName])) {
|
||||
errorMsg = `The field ${fieldName} is invalid`;
|
||||
errorMsg = `The field ${fieldName} is required`;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче