From 99a95adb84c165c606f31874985a85b3e74ef665 Mon Sep 17 00:00:00 2001 From: Gabriel De Los Rios Date: Wed, 24 Dec 2025 22:30:20 -0300 Subject: [PATCH] fix: unifies strings format --- src/app/strings.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/strings.ts b/src/app/strings.ts index 0d2075f..f95adca 100644 --- a/src/app/strings.ts +++ b/src/app/strings.ts @@ -17,7 +17,7 @@ export const strings = Object.freeze({ editTheContact: 'edit the contact', errorMessageMaxLength: (maxLen: number) => `must be ${maxLen} characters or fewer`, errorMessagePhonePattern: `valid format: + (optional) plus 12 to 15 digits`, - errorMessageRequired: 'this field is required.', + errorMessageRequired: 'this field is required', errorNotification: 'oops, there was an error', goBack: 'go back', name: 'name', @@ -43,7 +43,7 @@ export const strings = Object.freeze({ editTheContact: 'edite el contacto. ', errorMessageMaxLength: (maxLen: number) => `debe contener ${maxLen} caracteres or menos`, errorMessagePhonePattern: `formato: + (opcional) y 12 a 15 digitos`, - errorMessageRequired: 'este campo es requerido.', + errorMessageRequired: 'este campo es requerido', errorNotification: 'hubo un error', goBack: 'volver', name: 'nombre',