Skip to content

Commit

Permalink
feat(app): reformulate warning level descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Feb 29, 2024
1 parent 9da5bfe commit e56c0d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"general_poor_metabolizer": "Poor Metabolizer",
"general_not_tested": "Not tested",

"warning_level_green": "Standard precaution",
"warning_level_missing": "Standard precaution (missing data)",
"warning_level_yellow": "Use with caution",
"warning_level_green": "Usual precaution",
"warning_level_missing": "Usual precaution (incomplete data)",
"warning_level_yellow": "Use cautiously",
"warning_level_red": "Consider avoiding",

"search_page_tooltip_search": "Search for drugs by their name, brand name or class.",
Expand Down

0 comments on commit e56c0d8

Please sign in to comment.