Skip to content

Commit

Permalink
feat(app): use proper quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
tamara-slosarek authored and tamslo committed Feb 27, 2025
1 parent c9f2dd5 commit c02fe06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
}
}
},
"inhibitors_consequence_adapted": "{salutationGenitive} {geneName} result was changed from {originalPhenotype} to {currentPhenotype}; this is because you are currently taking one or more medications that strongly slow down (inhibit) the activity of {geneName} (see below).",
"inhibitors_consequence_adapted": "{salutationGenitive} {geneName} result was changed from \"{originalPhenotype}\" to \"{currentPhenotype}\"; this is because you are currently taking one or more medications that strongly slow down (inhibit) the activity of {geneName} (see below).",
"@inhibitors_consequence_adapted": {
"placeholders": {
"salutationGenitive": {
Expand Down Expand Up @@ -264,7 +264,7 @@
"@drugs_page_text_active": {},
"drugs_page_active_warn_header": "Are you sure you want to change your current medications?",
"@drugs_page_active_warn_header": {},
"drugs_page_active_warn": "{drugName} will affect how your body processes and responds to medications associated with {geneName}.\n\nSee {geneName} under Genes for a list of all associated medications.",
"drugs_page_active_warn": "{drugName} will affect how your body processes and responds to medications associated with {geneName}.\n\nSee {geneName} under \"Genes\" for a list of all associated medications.",
"@drugs_page_active_warn": {
"placeholders": {
"drugName": {
Expand Down

0 comments on commit c02fe06

Please sign in to comment.