Skip to content

Commit

Permalink
feat(app): remove "based on your genes" part as included in annotatio…
Browse files Browse the repository at this point in the history
…ns now
  • Loading branch information
tamslo committed Feb 26, 2025
1 parent a3c3b7b commit fc8bd35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 1 addition & 5 deletions app/lib/drug/widgets/annotation_cards/guideline.dart
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,9 @@ class GuidelineAnnotationCard extends StatelessWidget {
Text.rich(
TextSpan(children: [
TextSpan(
text: context.l10n.drugs_page_recommendation_description_part_1,
text: context.l10n.drugs_page_recommendation_description,
style: descriptionStyle,
),
TextSpan(
text: context.l10n.drugs_page_recommendation_description_part_2,
style: descriptionStyle.copyWith(fontWeight: FontWeight.bold),
),
TextSpan(text: ':\n', style: descriptionStyle),
WidgetSpan(child: SizedBox(height: PharMeTheme.mediumSpace * 1.3)),
TextSpan(
Expand Down
6 changes: 2 additions & 4 deletions app/lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,8 @@
"@drugs_page_tooltip_guideline_missing": {},
"drugs_page_implication_description": "What your gene result means",
"@drugs_page_implication_description": {},
"drugs_page_recommendation_description_part_1": "What to do",
"@drugs_page_recommendation_description_part_1": {},
"drugs_page_recommendation_description_part_2": " based on your genes",
"@drugs_page_recommendation_description_part_2": {},
"drugs_page_recommendation_description": "What to do",
"@drugs_page_recommendation_description": {},

"report_content_explanation": "This is your PGx (pharmacogenomic) test report. Tap on a gene name for more details on your results and a list of associated medications.",
"@report_content_explanation": {},
Expand Down

0 comments on commit fc8bd35

Please sign in to comment.