diff --git a/ee/app/assets/javascripts/security_dashboard/components/shared/filters/activity_filter.vue b/ee/app/assets/javascripts/security_dashboard/components/shared/filters/activity_filter.vue
index 074799e0ba234a04c876399b89077ccae9d3444a..f84e9d9bb79288c01b3722eb058da7a06f201c3e 100644
--- a/ee/app/assets/javascripts/security_dashboard/components/shared/filters/activity_filter.vue
+++ b/ee/app/assets/javascripts/security_dashboard/components/shared/filters/activity_filter.vue
@@ -8,7 +8,7 @@ import SimpleFilter from './simple_filter.vue';
 export const ITEMS = {
   STILL_DETECTED: {
     id: 'STILL_DETECTED',
-    name: s__('SecurityReports|Still Detected'),
+    name: s__('SecurityReports|Still detected'),
   },
   NO_LONGER_DETECTED: {
     id: 'NO_LONGER_DETECTED',
diff --git a/locale/gitlab.pot b/locale/gitlab.pot
index a82af8a21d475ebe7700a1b01daa6c24793f70f1..003ca8f6e702da7de6866d87eec7f3784db18ebb 100644
--- a/locale/gitlab.pot
+++ b/locale/gitlab.pot
@@ -36291,7 +36291,7 @@ msgstr ""
 msgid "SecurityReports|Status"
 msgstr ""
 
-msgid "SecurityReports|Still Detected"
+msgid "SecurityReports|Still detected"
 msgstr ""
 
 msgid "SecurityReports|Submit vulnerability"