Skip to content

Commit

Permalink
feat(#705): instead of'influence' use 'interact'
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Apr 11, 2024
1 parent 8512543 commit 3262ada
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"search_page_filter_subheading_level": "Filter by guideline result",
"search_page_filter_all_drugs": "All medications",
"search_page_filter_only_active_drugs": "Current medications",
"search_page_indicator_explanation": "Taking medications with an {indicatorName} ({indicator}) can influence your results for other medications",
"search_page_indicator_explanation": "Taking medications with an {indicatorName} ({indicator}) can interact with your results for other medications",
"@search_page_indicator_explanation": {
"placeholders": {
"indicatorName": {
Expand All @@ -89,7 +89,7 @@
"drugs_page_disclaimer_description": "Please note: ",
"drugs_page_disclaimer_text_part_1": "The information shown on this page is ONLY based on your DNA and certain medications you are currently taking.",
"drugs_page_disclaimer_text_part_2": "Other important factors like weight, age, pre-existing conditions, and further medication interactions are not considered.",
"drugs_page_is_inhibitor": "Taking {drugName} can influence your results for the following gene(s): {genes}",
"drugs_page_is_inhibitor": "Taking {drugName} can interact with your results for the following gene(s): {genes}",
"@drugs_page_is_inhibitor": {
"placeholders": {
"drugName": {
Expand Down Expand Up @@ -166,7 +166,7 @@
"drugs_page_active": "I am currently taking this medication",
"drugs_page_inactive": "I am not taking this medication",
"drugs_page_active_warn_header": "Are you sure you want to change the medication usage status?",
"drugs_page_active_warn": "This can influence your results for other medications.",
"drugs_page_active_warn": "This can interact with your results for other medications.",
"drugs_page_header_guideline": "DNA-based clinical guideline",
"drugs_page_no_guidelines_for_phenotype_implication": "More information is needed to comment on your DNA's influence on {drugName}.",
"@drugs_page_no_guidelines_for_phenotype_implication": {
Expand Down Expand Up @@ -218,7 +218,7 @@
"report_content_explanation": "This is your PGx test report. Tap on a gene name for more details on your results and a list of implicated medications.",
"report_legend_text": "Next to your gene result the number of implicated medications per guideline result is shown:",
"report_page_faq_tooltip": "To learn more about genetics in general, please refer to the FAQ",
"report_page_indicator_explanation": "Phenotypes followed by an {indicatorName} ({indicator}) might be influenced by medications you are currently taking",
"report_page_indicator_explanation": "Phenotypes followed by an {indicatorName} ({indicator}) might be adjusted based on interactions with medications you are currently taking",
"@report_page_indicator_explanation": {
"placeholders": {
"indicatorName": {
Expand Down Expand Up @@ -274,8 +274,8 @@
}
},
"gene_page_no_relevant_drugs": "This gene has no known effect on any medications.",
"gene_page_inhibitor_drugs": "Your results for this gene can be influenced if you are currently taking any of the following medications:",
"gene_page_further_inhibitor_drugs": "Your results for this gene can also be influenced if you are currently taking any of the following medications:",
"gene_page_inhibitor_drugs": "The following medications can interact with your results for this gene:",
"gene_page_further_inhibitor_drugs": "The following medications can also interact with your results for this gene:",
"gene_page_activity_score": "Activity score",


Expand Down

0 comments on commit 3262ada

Please sign in to comment.