diff --git a/app/components/dashboard/diabetes/dm_prescribed_statins_component.html.erb b/app/components/dashboard/diabetes/dm_prescribed_statins_component.html.erb index 639d5e8a5f..35212cd0f5 100644 --- a/app/components/dashboard/diabetes/dm_prescribed_statins_component.html.erb +++ b/app/components/dashboard/diabetes/dm_prescribed_statins_component.html.erb @@ -4,7 +4,7 @@ title: "DM patients ≥40y prescribed statins".html_safe, subtitle: "Diabetes patients in #{region.name} ≥40 years old that were prescribed statins at their latest visit in the last 12 months.") do |title| %> <%= title.tooltip({ - "Numerator" => "Patients prescribed statins at their latest visit.", + "Numerator" => "Patients prescribed statins at their latest visit in the last 12 months.", "Denominator" => t(denominator_copy, region_name: region.name) }) %> <%= title.ltfu_toggle(id: 'DMPrescribedStatinsGraphLtfuToggle', enabled: with_ltfu) %>