Skip to content

Commit

Permalink
feat(app): adapt not guideline recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Sep 6, 2024
1 parent e807f98 commit 84c1821
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/lib/drug/widgets/annotation_cards/drug.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class DrugAnnotationCards extends StatelessWidget {
)],
boldHeader: false,
),
SizedBox(height: PharMeTheme.smallSpace),
SizedBox(height: PharMeTheme.mediumSpace),
],
],
)
Expand Down
2 changes: 1 addition & 1 deletion app/lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
}
}
},
"drugs_page_no_guidelines_for_phenotype_recommendation": "Clinical dosing applies; no pharmacogenomic recommendation can be made at this time. Consult your pharmacist or doctor for more information.",
"drugs_page_no_guidelines_for_phenotype_recommendation": "Clinical dosing may apply; no pharmacogenomic recommendation can be made at this time. Consult your pharmacist or doctor for more information.",
"drugs_page_sources_description": "Tap here to review the corresponding guideline published by {source}",
"@drugs_page_sources_description": {
"placeholders": {
Expand Down

0 comments on commit 84c1821

Please sign in to comment.