Skip to content

Commit

Permalink
fix: updated currency sign placeholders & updated country placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
chesterkmr committed Aug 10, 2023
1 parent 9c5cf1e commit 050d5e1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const bankInformationUISchema: UiSchema = {
},
},
country: {
'ui:placeholder': 'United Kingdom',
'ui:placeholder': 'Select country',
},
bankName: {
'ui:placeholder': 'Barclays',
Expand All @@ -19,6 +19,6 @@ export const bankInformationUISchema: UiSchema = {
'ui:placeholder': '20456720',
},
currency: {
'ui:placeholder': 'GBP',
'ui:placeholder': 'Select currency',
},
};
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ export const companyActivityUISchema: UiSchema = {
'ui:placeholder': 'www.example.co.uk',
},
volumeAmount: {
'ui:placeholder': '500,000',
'ui:placeholder': '$500,000',
},
transactionValue: {
'ui:placeholder': '10',
'ui:placeholder': '$10',
},
};
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const companyInformationUISchema: UiSchema = {
'ui:placeholder': 'CRN12345678',
},
companyCountry: {
'ui:placeholder': 'United Kingdom',
'ui:placeholder': 'Select country',
},
companyName: {
'ui:placeholder': 'OpenAI Technologies, Inc.',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const headquartersUISchema: UiSchema = {
'ui:placeholder': 'N/A',
},
country: {
'ui:placeholder': 'United Kingdom',
'ui:placeholder': 'Select country',
},
phone: {
'ui:field': 'PhoneInput',
Expand Down

0 comments on commit 050d5e1

Please sign in to comment.