diff --git a/src/app/new-hotel/new-hotel.component.ts b/src/app/new-hotel/new-hotel.component.ts index e5d2daf..8a18010 100644 --- a/src/app/new-hotel/new-hotel.component.ts +++ b/src/app/new-hotel/new-hotel.component.ts @@ -34,6 +34,8 @@ export class NewHotelComponent { private fullFormValidationErrorMessages: Record = { mismatch: 'The name and description have to be the same', + mismatchEmail: 'The Emails must be the same.', + mismatchPhone: 'The Phone numbers must be the same.', }; updateErrorMessages(): void {