diff --git a/frontend/messages/en.json b/frontend/messages/en.json index 2055dd9d9..cf968222c 100644 --- a/frontend/messages/en.json +++ b/frontend/messages/en.json @@ -318,5 +318,6 @@ "lossOfAccountabilityText": "Are the threat agents' actions traceable to an individual?", "lossOfAccountabilityChoice1": "Fully traceable", "lossOfAccountabilityChoice2": "Possibly traceable", - "lossOfAccountabilityChoice3": "Completely anonymous" + "lossOfAccountabilityChoice3": "Completely anonymous", + "ignore": "Ignore" } diff --git a/frontend/messages/fr.json b/frontend/messages/fr.json index af4371934..073b5381f 100644 --- a/frontend/messages/fr.json +++ b/frontend/messages/fr.json @@ -318,5 +318,6 @@ "lossOfAccountabilityText": "Les actions des agents menaçants peuvent-elles être attribuées à un individu ?", "lossOfAccountabilityChoice1": "Entièrement traçable", "lossOfAccountabilityChoice2": "Peut-être traçable", - "lossOfAccountabilityChoice3": "Complètement anonyme" + "lossOfAccountabilityChoice3": "Complètement anonyme", + "ignore": "Ignorer" } diff --git a/frontend/src/routes/(app)/scoring-assistant/+page.svelte b/frontend/src/routes/(app)/scoring-assistant/+page.svelte index 56b2bb902..7a04d8225 100644 --- a/frontend/src/routes/(app)/scoring-assistant/+page.svelte +++ b/frontend/src/routes/(app)/scoring-assistant/+page.svelte @@ -160,7 +160,7 @@ bind:checked={is_business_impact_ignored} />