Skip to content

Commit

Permalink
feat: translate ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene committed Feb 26, 2024
1 parent 36e46d8 commit f0a8668
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion frontend/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
3 changes: 2 additions & 1 deletion frontend/messages/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion frontend/src/routes/(app)/scoring-assistant/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
bind:checked={is_business_impact_ignored}
/>
<label class="ml-2 text-sm font-medium text-gray-100" for="ignore_business_impact">
Ignore
{m.ignore()}
</label>
</div>
</div>
Expand Down

0 comments on commit f0a8668

Please sign in to comment.