diff --git a/ee/app/assets/javascripts/security_orchestration/components/policy_editor/scan_result/rule/scan_filters/attribute_filters.vue b/ee/app/assets/javascripts/security_orchestration/components/policy_editor/scan_result/rule/scan_filters/attribute_filters.vue
index ead3033a437d7b54e9a23c86a7fcedad72b6d280..27f6cab6a67bfca036490e846c1bedf0a9a8b58a 100644
--- a/ee/app/assets/javascripts/security_orchestration/components/policy_editor/scan_result/rule/scan_filters/attribute_filters.vue
+++ b/ee/app/assets/javascripts/security_orchestration/components/policy_editor/scan_result/rule/scan_filters/attribute_filters.vue
@@ -64,7 +64,7 @@ export default {
         <label v-if="idx === 0" v-gl-tooltip class="gl-mb-0" :title="$options.i18n.labelTooltip">{{
           $options.i18n.label
         }}</label>
-        <label v-else class="gl-mb-0 gl-text-transform-uppercase gl-w-11 gl-font-normal">{{
+        <label v-else class="gl-mb-0 gl-uppercase gl-w-11 gl-font-normal">{{
           $options.i18n.andOperator
         }}</label>
       </template>
diff --git a/ee/app/assets/javascripts/security_orchestration/components/policy_editor/section_layout.vue b/ee/app/assets/javascripts/security_orchestration/components/policy_editor/section_layout.vue
index 4a8208672b82db9607da5ffeb4b3a727471e3c2b..1ac54918480d09cf49a7715a10a18c8b30d39674 100644
--- a/ee/app/assets/javascripts/security_orchestration/components/policy_editor/section_layout.vue
+++ b/ee/app/assets/javascripts/security_orchestration/components/policy_editor/section_layout.vue
@@ -37,11 +37,7 @@ export default {
 <template>
   <div class="gl-display-flex gl-gap-3 security-policies-bg-gray-10 gl-rounded-base gl-p-5">
     <div v-if="showLabel" class="gl-min-w-7">
-      <label
-        data-testid="base-label"
-        for="content"
-        class="gl-text-transform-uppercase gl-font-lg gl-w-6 gl-pl-2"
-      >
+      <label data-testid="base-label" for="content" class="gl-uppercase gl-font-lg gl-w-6 gl-pl-2">
         {{ ruleLabel }}
       </label>
     </div>
diff --git a/ee/app/views/admin/application_settings/_elasticsearch_form.html.haml b/ee/app/views/admin/application_settings/_elasticsearch_form.html.haml
index 749bec78ffe4592a8b3c53ac2c655f5d1971b551..281afe2585e0c0cade4ea6eeb29b993387b2769c 100644
--- a/ee/app/views/admin/application_settings/_elasticsearch_form.html.haml
+++ b/ee/app/views/admin/application_settings/_elasticsearch_form.html.haml
@@ -280,7 +280,7 @@
                 = sprite_icon('clock', size: 16, css_class: 'gl-text-gray-700')
                 .gl-font-size-h1.gl-font-bold.gl-m-0.gl-ml-3{ data: { testid: 'initial_queue_size' } }
                   = @initial_queue_size
-              .gl-mt-3.gl-text-transform-uppercase
+              .gl-mt-3.gl-uppercase
                 = s_('GlobalSearch|Initial indexing queue length')
             = render Pajamas::ButtonComponent.new(href: help_page_path('integration/advanced_search/elasticsearch_troubleshooting'), button_options: { data: { testid: 'initial_indexing_documentation' } }) do
               = s_('AdminArea|Documentation')
@@ -292,7 +292,7 @@
                 = sprite_icon('retry', size: 16, css_class: 'gl-text-gray-700')
                 .gl-font-size-h1.gl-font-bold.gl-m-0.gl-ml-3{ data: { testid: 'incremental_queue_size' } }
                   = @incremental_queue_size
-              .gl-mt-3.gl-text-transform-uppercase
+              .gl-mt-3.gl-uppercase
                 = s_('GlobalSearch|Incremental indexing queue length')
             = render Pajamas::ButtonComponent.new(href: help_page_path('integration/advanced_search/elasticsearch_troubleshooting'), button_options: { data: { testid: 'incremental_indexing_documentation' } }) do
               = s_('AdminArea|Documentation')
@@ -306,7 +306,7 @@
                   = sprite_icon('project', size: 16, css_class: 'gl-text-gray-700')
                   .gl-font-size-h1.gl-font-bold.gl-m-0.gl-ml-3{ data: { testid: 'projects_not_indexed_size' } }
                     = @projects_not_indexed_count
-                .gl-mt-3.gl-text-transform-uppercase
+                .gl-mt-3.gl-uppercase
                   = s_('GlobalSearch|projects not indexed')
             - if @projects_not_indexed_count > 0
               - c.with_footer do