Commit 1a85a6af authored by Isaac's avatar Isaac

Rename Country/state field to County field

parent 9402cf49
Pipeline #275 canceled with stages
......@@ -95,8 +95,8 @@
</mat-form-field>
<div layoutDirection="row" appLayoutGap="10px" layoutDirection-lt-sm="column">
<mat-form-field appFlex="33" ltSmFlex="100">
<mat-label i18n>Country/state</mat-label>
<input matInput placeholder="Country/state" i18n-placeholder type="text" formControlName="state" required>
<mat-label i18n>County</mat-label>
<input matInput placeholder="County" i18n-placeholder type="text" formControlName="state" required>
<mat-error>{{ fieldErrors['state'] }}</mat-error>
</mat-form-field>
<mat-form-field appFlex="33" ltSmFlex="100">
......
......@@ -48,8 +48,8 @@
</mat-form-field>
<div layoutDirection="row" layoutDirection-xs="column" appLayoutGap="5px">
<mat-form-field appFlex="33">
<mat-label i18n>Country/state</mat-label>
<input matInput placeholder="Country/state" i18n-placeholder type="text" formControlName="state" required>
<mat-label i18n>County</mat-label>
<input matInput placeholder="County" i18n-placeholder type="text" formControlName="state" required>
<mat-error>{{fieldErrors['state']}}</mat-error>
</mat-form-field>
<mat-form-field appFlex="33">
......
......@@ -1682,7 +1682,7 @@
"7367787300327952978": "External billing ID",
"6462484044107864216": "Address line 1",
"2276461317038186144": "Address line 2",
"8246969862224662994": "Country/state",
"8246969862224662994": "County",
"3260065843273502537": "Postal code",
"8759087905055422037": " Validate phone ",
"6021375693420723366": "Default currency",
......
......@@ -507,7 +507,7 @@
"7367787300327952978": "External billing ID",
"6462484044107864216": "Address line 1",
"2276461317038186144": "Address line 2",
"8246969862224662994": "Country/state",
"8246969862224662994": "County",
"2314075913167237221": "City",
"3260065843273502537": "Postal code",
"8759087905055422037": " Validate phone ",
......
......@@ -1682,7 +1682,7 @@
"7367787300327952978": "External billing ID",
"6462484044107864216": "Address line 1",
"2276461317038186144": "Address line 2",
"8246969862224662994": "Country/state",
"8246969862224662994": "County",
"3260065843273502537": "Postal code",
"8759087905055422037": " Validate phone ",
"6021375693420723366": "Default currency",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment