This commit is contained in:
Georgi Prodanov 2017-02-08 13:22:42 +02:00
Родитель 39e776e94e
Коммит 4156aae762
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;
}
}