From 3b6b660284240f6104b5c38030e74f33f2bd7b64 Mon Sep 17 00:00:00 2001 From: Gabriel De Los Rios Date: Thu, 18 Dec 2025 22:52:23 -0300 Subject: [PATCH] refactor: use constant strings for labels --- src/app/components/contact-form/contact-form.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/components/contact-form/contact-form.html b/src/app/components/contact-form/contact-form.html index 9b93c3e..341d887 100644 --- a/src/app/components/contact-form/contact-form.html +++ b/src/app/components/contact-form/contact-form.html @@ -6,19 +6,19 @@ [errorsDictionary]="companyAndNameErrorsDictionary" formControlName="name" [label]="(strings.name|upperfirst) + ':'" - placeholder="Contact's name" + [placeholder]="strings.contactsName|upperfirst" />