Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
N
ngfronted-july
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Isaac
ngfronted-july
Commits
1a85a6af
Commit
1a85a6af
authored
Aug 08, 2024
by
Isaac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename Country/state field to County field
parent
9402cf49
Pipeline
#275
canceled with stages
Changes
5
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
client-edit-form.component.html
.../clients/client-edit-form/client-edit-form.component.html
+2
-2
contact-edit-form.component.html
...ntacts/contact-edit-form/contact-edit-form.component.html
+2
-2
template-enduser.json
src/assets/locale/template-enduser.json
+1
-1
template-staff.json
src/assets/locale/template-staff.json
+1
-1
template.json
src/assets/locale/template.json
+1
-1
No files found.
src/app/shared/common-tabs/clients-users/clients/client-edit-form/client-edit-form.component.html
View file @
1a85a6af
...
...
@@ -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
>
Count
ry/state
</mat-label>
<input
matInput
placeholder=
"Count
ry/state
"
i18n-placeholder
type=
"text"
formControlName=
"state"
required
>
<mat-label
i18n
>
Count
y
</mat-label>
<input
matInput
placeholder=
"Count
y
"
i18n-placeholder
type=
"text"
formControlName=
"state"
required
>
<mat-error>
{{ fieldErrors['state'] }}
</mat-error>
</mat-form-field>
<mat-form-field
appFlex=
"33"
ltSmFlex=
"100"
>
...
...
src/app/shared/plugins/common-tabs/domains/contacts/contact-edit-form/contact-edit-form.component.html
View file @
1a85a6af
...
...
@@ -48,8 +48,8 @@
</mat-form-field>
<div
layoutDirection=
"row"
layoutDirection-xs=
"column"
appLayoutGap=
"5px"
>
<mat-form-field
appFlex=
"33"
>
<mat-label
i18n
>
Count
ry/state
</mat-label>
<input
matInput
placeholder=
"Count
ry/state
"
i18n-placeholder
type=
"text"
formControlName=
"state"
required
>
<mat-label
i18n
>
Count
y
</mat-label>
<input
matInput
placeholder=
"Count
y
"
i18n-placeholder
type=
"text"
formControlName=
"state"
required
>
<mat-error>
{{fieldErrors['state']}}
</mat-error>
</mat-form-field>
<mat-form-field
appFlex=
"33"
>
...
...
src/assets/locale/template-enduser.json
View file @
1a85a6af
...
...
@@ -1682,7 +1682,7 @@
"7367787300327952978"
:
"External billing ID"
,
"6462484044107864216"
:
"Address line 1"
,
"2276461317038186144"
:
"Address line 2"
,
"8246969862224662994"
:
"Count
ry/state
"
,
"8246969862224662994"
:
"Count
y
"
,
"3260065843273502537"
:
"Postal code"
,
"8759087905055422037"
:
" Validate phone "
,
"6021375693420723366"
:
"Default currency"
,
...
...
src/assets/locale/template-staff.json
View file @
1a85a6af
...
...
@@ -507,7 +507,7 @@
"7367787300327952978"
:
"External billing ID"
,
"6462484044107864216"
:
"Address line 1"
,
"2276461317038186144"
:
"Address line 2"
,
"8246969862224662994"
:
"Count
ry/state
"
,
"8246969862224662994"
:
"Count
y
"
,
"2314075913167237221"
:
"City"
,
"3260065843273502537"
:
"Postal code"
,
"8759087905055422037"
:
" Validate phone "
,
...
...
src/assets/locale/template.json
View file @
1a85a6af
...
...
@@ -1682,7 +1682,7 @@
"7367787300327952978"
:
"External billing ID"
,
"6462484044107864216"
:
"Address line 1"
,
"2276461317038186144"
:
"Address line 2"
,
"8246969862224662994"
:
"Count
ry/state
"
,
"8246969862224662994"
:
"Count
y
"
,
"3260065843273502537"
:
"Postal code"
,
"8759087905055422037"
:
" Validate phone "
,
"6021375693420723366"
:
"Default currency"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment