Skip to content

Commit

Permalink
refactor(app): adapt no drugs message for gene detail
Browse files Browse the repository at this point in the history
Due to change in #617 not only drugs that confirm with the
variant are shown.
The message should not be shown anyways due to changes in
the annotated drug data.
  • Loading branch information
tamslo committed Nov 14, 2023
1 parent d688e11 commit 0f4a5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
"gene_page_phenotype_tooltip": "The phenotype describes the effect that your personal variant of this gene has on the enzyme it encodes.",
"gene_page_affected_drugs": "Affected drugs",
"gene_page_affected_drugs_tooltip": "The drugs listed here are affected by your variant of this gene.",
"gene_page_no_affected_drugs": "Your variant of this gene has no known effect on any drug.",
"gene_page_no_affected_drugs": "This gene has no known effect on any drug.",
"gene_page_inhibitor_drugs": "Your results for this gene can be influenced if you are currently taking any of the following drugs:",
"gene_page_further_inhibitor_drugs": "Your results for this gene can also be influenced if you are currently taking any of the following drugs:",
"gene_page_activity_score": "Activity score",
Expand Down

0 comments on commit 0f4a5b6

Please sign in to comment.