Skip to content

Commit b616419

Browse files
committed
chore: updated contact validation message with regex
1 parent a93ad1c commit b616419

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/assets/locales/de/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@
12811281
"providerPhoneContact": "Provider Phone Contact",
12821282
"pleaseEnterValidHomePageURL": "Please enter a valid url - eg: https://catena-x.net",
12831283
"pleaseEnterValidEmail": "Please enter a valid Customer Contact E-Mail",
1284-
"pleaseEnterValidContact": "Bitte geben Sie eine gültige Telefonnummer in einem der folgenden Formate ein: '+xx xxxxxxxxxx' oder '+xxxxxxxxxx'. Hinweis: Vermeiden Sie bitte doppelte Leerzeichen und Sonderzeichen",
1284+
"pleaseEnterValidContact": "Bitte geben Sie eine gültige Kontaktnummer in einem der folgenden Formate ein: '+xx xxxxxxxxxx' oder '+xxxxxxxxxx'. Hinweis: Vermeiden Sie bitte doppelte Leerzeichen und Sonderzeichen",
12851285
"privacyInformation": "Privacy Information",
12861286
"privacyInformationDescription": "The privacy information is used to display data types the app may collect on the app detail page. You may select several options OR select “none”.",
12871287
"privacyInfoError": "Error - values couldn't get fetched. Please try it later again or contact your administrator.",

src/assets/locales/de/servicerelease.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"providerContactPhone": "Kundenkontakt Telefon",
5454
"pleaseEnterValidHomePageURL": "Bitte geben Sie eine gültige URL ein - eg: https://catena-x.net",
5555
"pleaseEnterValidEmail": "Bitte geben Sie eine gültige Email an",
56-
"pleaseEnterValidContact": "Bitte geben Sie eine gültige Telefonnummer in einem der folgenden Formate ein: '+xx xxxxxxxxxx' oder '+xxxxxxxxxx'. Hinweis: Vermeiden Sie bitte doppelte Leerzeichen und Sonderzeichen"
56+
"pleaseEnterValidContact": "Bitte geben Sie eine gültige Kontaktnummer in einem der folgenden Formate ein: '+xx xxxxxxxxxx' oder '+xxxxxxxxxx'. Hinweis: Vermeiden Sie bitte doppelte Leerzeichen und Sonderzeichen"
5757
},
5858
"step3": {
5959
"headerTitle": "Agreements and Consent",

src/assets/locales/en/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@
12811281
"providerPhoneContact": "Contact (Phone Number)",
12821282
"pleaseEnterValidHomePageURL": "Please enter a valid url - eg: https://catena-x.net",
12831283
"pleaseEnterValidEmail": "Please enter a valid Customer Contact E-Mail",
1284-
"pleaseEnterValidContact": "Please enter a valid phone number in one of the following formats: '+xx xxxxxxxxxx' or '+xxxxxxxxxx'. Note: Avoid double spaces or special characters.",
1284+
"pleaseEnterValidContact": "Please enter a valid contact number in one of the following formats: '+xx xxxxxxxxxx' or '+xxxxxxxxxx'. Note: Avoid double spaces or special characters.",
12851285
"privacyInformation": "Privacy Information",
12861286
"privacyInformationDescription": "The privacy information is used to display data types the app may collect on the app detail page. You may select several options OR select “none”.",
12871287
"privacyInfoError": "Error - values couldn't get fetched. Please try it later again or contact your administrator.",

src/assets/locales/en/servicerelease.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"providerContactPhone": "Customer Contact Phone",
5454
"pleaseEnterValidHomePageURL": "Please enter a valid url - eg: https://catena-x.net",
5555
"pleaseEnterValidEmail": "Please enter a valid Customer Contact E-Mail",
56-
"pleaseEnterValidContact": "Please enter a valid phone number in one of the following formats: '+xx xxxxxxxxxx' or '+xxxxxxxxxx'. Note: Avoid double spaces or special characters."
56+
"pleaseEnterValidContact": "Please enter a valid contact number in one of the following formats: '+xx xxxxxxxxxx' or '+xxxxxxxxxx'. Note: Avoid double spaces or special characters."
5757
},
5858
"step3": {
5959
"headerTitle": "Agreements and Consent",

0 commit comments

Comments
 (0)