Skip to content

Commit

Permalink
Sc-9337 : minor fixes (#789)
Browse files Browse the repository at this point in the history
* sc-8837 Extend Background Color to bottom of Overview page (#754)

* sc-8408 Add min/max to date of incorporation field (#743)

* Handle multiple registered directories in BFF

* sc-8408 Add min/max to date of incorporation field

Co-authored-by: Benjamin Bengfort <[email protected]>

* sc-8837 Extend Background Color to bottom of Overview page

Co-authored-by: Benjamin Bengfort <[email protected]>
Co-authored-by: Cletus Razakou <[email protected]>

* Handle multiple registered directories in BFF

* Certman refactor and automated reissuance (#753)

Co-authored-by: kbelita <[email protected]>
Co-authored-by: Daniel Sollis <[email protected]>

* Allow multiple DNS names in certificate issuance (#701)

Co-authored-by: Benjamin Bengfort <[email protected]>

* BFF string constants (#708)

* fix conflict

* fix typo issue

Co-authored-by: elysee15 <[email protected]>
Co-authored-by: Benjamin Bengfort <[email protected]>
Co-authored-by: Patrick Deziel <[email protected]>
Co-authored-by: kbelita <[email protected]>
Co-authored-by: Daniel Sollis <[email protected]>
  • Loading branch information
6 people authored Sep 16, 2022
1 parent e282955 commit 5a2de4a
Show file tree
Hide file tree
Showing 13 changed files with 1,297 additions and 865 deletions.
17 changes: 8 additions & 9 deletions web/gds-user-ui/src/components/TrixoQuestionnaireForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ const TrixoQuestionnaireForm: React.FC = () => {

<VStack>
<Text>
<Trans id="Does your organization conduct Counterparty/Customer Due Diligence (KYC/CDD) before permitting its customers to send/receive virtual asset transfers?">
Does your organization conduct Counterparty/Customer Due Diligence (KYC/CDD) before
permitting its customers to send/receive virtual asset transfers?
<Trans id="Does your organization conduct KYC/CDD before permitting its customers to send/receive virtual asset transfers?">
Does your organization conduct KYC/CDD before permitting its customers to send/receive
virtual asset transfers?
</Trans>
</Text>
<SwitchFormControl
Expand All @@ -145,9 +145,8 @@ const TrixoQuestionnaireForm: React.FC = () => {
{getHasRequiredRegulatoryProgram && getHasRequiredRegulatoryProgram === 'yes' && (
<VStack align="start" w="100%">
<Text>
<Trans id="At what threshold and currency does your organization conduct KYC (Know your Counterparty)?">
At what threshold and currency does your organization conduct KYC (Know your
Counterparty)?
<Trans id="At what threshold and currency does your organization conduct KYC checks?">
At what threshold and currency does your organization conduct KYC checks?
</Trans>
</Text>
<Grid templateColumns={{ base: '1fr 1fr', md: '2fr 1fr' }} gap={6} width="100%">
Expand Down Expand Up @@ -257,9 +256,9 @@ const TrixoQuestionnaireForm: React.FC = () => {
</Heading>
<VStack align="start" w="100%">
<Text>
<Trans id="Is your organization required by law to safeguard PII (Personally Identifiable Information)?">
Is your organization required by law to safeguard PII (Personally Identifiable
Information)?
<Trans id="Is your organization required by law to safeguard Personally Identifiable Information (PII)?">
Is your organization required by law to safeguard Personally Identifiable Information
(PII)?
</Trans>
</Text>
<SwitchFormControl
Expand Down
2 changes: 1 addition & 1 deletion web/gds-user-ui/src/locales/de/messages.js

Large diffs are not rendered by default.

Loading

0 comments on commit 5a2de4a

Please sign in to comment.