Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 01acb9e

Browse files
authored
Merge pull request #445 from openforge/fix/remove-asterisk
fix(contact): remvoe asterisk from phone
2 parents f05bd48 + e024cb7 commit 01acb9e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/assets/i18n/en.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ export const translations = {
132132
company: 'Company',
133133
email: 'E-mail*',
134134
phone: 'Phone*',
135+
contact_phone: 'Phone',
135136
github: 'GitHub URL*',
136137
designProfile: 'Portfolio*',
137138
whatAreYouWorkingOn: 'What are you working on?',

src/pages/app-contact/app-contact.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export class AppContact {
169169

170170
<app-input
171171
name="phone"
172-
label={translate('contact.form.phone')}
172+
label={translate('contact.form.contact_phone')}
173173
id="phone"
174174
type="tel"
175175
placeholder={translate('contact.form.placeholder.phone')}

0 commit comments

Comments
 (0)