diff --git a/doc/user/project/issue_board.md b/doc/user/project/issue_board.md
index 1862e8d01bcb1a3e61bf73a5b169621baa3d9f1a..98017fb554293074ff909a9ce20d225095f58386 100644
--- a/doc/user/project/issue_board.md
+++ b/doc/user/project/issue_board.md
@@ -417,7 +417,7 @@ To set a WIP limit for a list, in an issue board:
 
 1. On the top of the list you want to edit, select **List actions** (**{ellipsis_v}**) **> Edit list settings**.
    The list settings sidebar opens on the right.
-1. Next to **Work in progress Limit**, select **Edit**.
+1. Next to **Work in progress limit**, select **Edit**.
 1. Enter the maximum number of issues.
 1. Press <kbd>Enter</kbd> to save.
 
diff --git a/ee/app/assets/javascripts/boards/components/board_settings_wip_limit.vue b/ee/app/assets/javascripts/boards/components/board_settings_wip_limit.vue
index 7e2f40481586e900fc987116baa5144d44606064..0303261b5a318ca25606f9a615f44c16fe98b7c9 100644
--- a/ee/app/assets/javascripts/boards/components/board_settings_wip_limit.vue
+++ b/ee/app/assets/javascripts/boards/components/board_settings_wip_limit.vue
@@ -6,7 +6,7 @@ import autofocusonshow from '~/vue_shared/directives/autofocusonshow';
 
 export default {
   i18n: {
-    wipLimitText: __('Work in progress Limit'),
+    wipLimitText: __('Work in progress limit'),
     editLinkText: __('Edit'),
     noneText: __('None'),
     inputPlaceholderText: __('Enter number of issues'),
diff --git a/locale/gitlab.pot b/locale/gitlab.pot
index 8eabffd78b7129ac723010b13f68b65c40a4d817..800abad7e33b3dc2d97d21a1079dcfb8d60473dc 100644
--- a/locale/gitlab.pot
+++ b/locale/gitlab.pot
@@ -48616,7 +48616,7 @@ msgstr ""
 msgid "Work in progress (open and unassigned)"
 msgstr ""
 
-msgid "Work in progress Limit"
+msgid "Work in progress limit"
 msgstr ""
 
 msgid "WorkItem|%{count} more assignees"