Skip to content

Commit

Permalink
feat(#691): improve 'no drugs' message in drug search
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Feb 16, 2024
1 parent e703cab commit f9aad5d
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 @@ -74,8 +74,8 @@
}
}
},
"search_no_drugs_with_filter_amendment": " or filters right to the search bar",
"search_no_drugs": "No drugs found. Try adjusting the search term{amendment}.",
"search_no_drugs_with_filter_amendment": " or filters",
"search_no_drugs": "No drugs found. Try adjusting the search term{amendment}.\n\nIf the drug you are looking for is not included in PharMe, it might not have relevant DNA-based guidelines – then clinical dosing applies. Consult your pharmacist or doctor for more information.",
"@search_no_drugs": {
"placeholders": {
"amendment": {
Expand Down

0 comments on commit f9aad5d

Please sign in to comment.