diff --git a/frontend/app/components/Dashboard/components/Alerts/AlertListItem.tsx b/frontend/app/components/Dashboard/components/Alerts/AlertListItem.tsx
index 78f2aa24f..acef2a71c 100644
--- a/frontend/app/components/Dashboard/components/Alerts/AlertListItem.tsx
+++ b/frontend/app/components/Dashboard/components/Alerts/AlertListItem.tsx
@@ -131,7 +131,7 @@ function AlertListItem(props: Props) {
{' is '}
{alert.query.operator}
- {numberWithCommas(alert.query.right)} {alert.metric?.unit}
+ {numberWithCommas(alert.query.right)} {alert.change === 'percent' ? '%' : alert.metric?.unit}
{' over the past '}
{getThreshold(