diff --git a/frontend/src/metabase/xray/components/InsightCard.jsx b/frontend/src/metabase/xray/components/InsightCard.jsx
index 6b793d3f46c5e2c0bbe1281a1d012a3ff21c6467..57d360ae1a1c95f990477f6a3770bb9aa26af830 100644
--- a/frontend/src/metabase/xray/components/InsightCard.jsx
+++ b/frontend/src/metabase/xray/components/InsightCard.jsx
@@ -177,7 +177,7 @@ export class VariationTrendInsight extends Component {
     const { mode } = this.props;
     const MODE_ADVERB_STRINGS = {
       increasing: t`increasingly`,
-      decreasing: t`decreasingly`
+      decreasing: t`decreasingly`,
     };
 
     return (