Skip to content

Commit

Permalink
OTR(Frontend): Update assurance_given texts
Browse files Browse the repository at this point in the history
  • Loading branch information
lket committed Mar 6, 2024
1 parent ee4584f commit aa15814
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/packages/otr/public/i18n/en-GB/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"title": "Do you want to exit the modification view?"
},
"caveats": {
"isNotAssuranceGiven": "The authorisations are not visible in the public list!"
"isNotAssuranceGiven": "The registrations are not visible in the public list!"
},
"fields": {
"country": "Country",
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/otr/public/i18n/fi-FI/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"title": "Haluatko poistua muokkausnäkymästä?"
},
"caveats": {
"isNotAssuranceGiven": "Auktorisoinnit eivät ole näkyvissä julkisessa listauksessa!"
"isNotAssuranceGiven": "Rekisteröinnit eivät ole näkyvissä julkisessa listauksessa!"
},
"fields": {
"country": "Maa",
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/otr/public/i18n/sv-SE/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"title": "Vill du lämna redigeringsvyn?"
},
"caveats": {
"isNotAssuranceGiven": "Auktoriseringarna syns inte i den offentliga listan!"
"isNotAssuranceGiven": "Registreringarna syns inte i den offentliga listan!"
},
"fields": {
"country": "Land",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ export const ClerkInterpreterDetailsFields = ({
<div className="rows gapped-xs">
<H3>{t('header.isAssuranceGiven')}</H3>
<CustomSwitch
dataTestId="clerk-translator__basic-information__assurance-switch"
dataTestId="clerk-interpreter__basic-information__assurance-switch"
disabled={isViewMode}
onChange={onFieldChange('isAssuranceGiven')}
value={interpreterBasicInformation?.isAssuranceGiven}
Expand Down

0 comments on commit aa15814

Please sign in to comment.