Skip to content

Commit 2d1aa07

Browse files
committed
chore: merge conflict resolution
1 parent aeb619e commit 2d1aa07

File tree

4 files changed

+0
-13
lines changed

4 files changed

+0
-13
lines changed

src/assets/locales/de/main.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,11 +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-
<<<<<<< HEAD
12851284
"pleaseEnterValidPhone": "Bitte geben Sie eine gültige Kundenkontakt Telefonnummer ein",
1286-
=======
1287-
"pleaseEnterValidPhone": "Please enter a valid Customer Contact Number",
1288-
>>>>>>> e39c0f9e (new: introduced new field of customer contact in service)
12891285
"pleaseEnterValidContact": "Bitte fügen Sie eine gültige Telefonnummer im folgenden Format hinzu: „+ xx xxxx xxxxxx“, „+ xxx xxxx-xxxx“, „+xx xxxxxxxxxx“. Hinweis: Es sind weitere Formate zulässig. Die genannten Formate sind die am häufigsten verwendeten Formate.",
12901286
"privacyInformation": "Privacy Information",
12911287
"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”.",

src/assets/locales/en/servicerelease.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +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-
<<<<<<< HEAD
5756
"pleaseEnterValidPhone": "Please enter a valid Customer Contact Phone Number"
58-
=======
59-
"pleaseEnterValidPhone": "Please enter a valid Customer Contact Phonenumber"
60-
>>>>>>> e39c0f9e (new: introduced new field of customer contact in service)
6157
},
6258
"step3": {
6359
"headerTitle": "Agreements and Consent",

src/components/pages/ServiceReleaseProcess/ServiceOverview/ServiceDetails.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,12 +271,8 @@ export default function ServiceDetails() {
271271
body: [
272272
[fetchServiceStatus?.providerUri],
273273
[fetchServiceStatus?.contactEmail],
274-
<<<<<<< HEAD
275274
// TODO: contactNumber is null atm and causing build failure. Once BE resolve the issue then will un-comment this line
276275
// [fetchServiceStatus?.contactNumber],
277-
=======
278-
[fetchServiceStatus?.contactNumber],
279-
>>>>>>> e39c0f9e (new: introduced new field of customer contact in service)
280276
],
281277
}}
282278
horizontal={true}

src/types/Patterns.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ import {
3333
isValidAppOverviewSearch,
3434
isValidIDPName,
3535
isValidPhone,
36-
isValidAppOverviewSearch,
3736
} from './Patterns'
3837

3938
const TESTDATA = {

0 commit comments

Comments
 (0)