Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-12-13 21:15:18 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-12-13 21:15:18 +0300
commit999cc13e0a77fad7322fbbe559013565355c2bfb (patch)
treecda92e5b004f6e4527f91acb1d24f228880a4526 /app/assets/javascripts/labels
parentaacba12c6e9817b552989de77b54e89b7c863b85 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/labels')
-rw-r--r--app/assets/javascripts/labels/labels_select.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/labels/labels_select.js b/app/assets/javascripts/labels/labels_select.js
index ae0cf94b861..9d8ee165df2 100644
--- a/app/assets/javascripts/labels/labels_select.js
+++ b/app/assets/javascripts/labels/labels_select.js
@@ -101,7 +101,7 @@ export default class LabelsSelect {
if (IS_EE) {
/**
* For Scoped labels, the last label selected with the
- * same key will be applied to the current issueable.
+ * same key will be applied to the current issuable.
*
* If these are the labels - priority::1, priority::2; and if
* we apply them in the same order, only priority::2 will stick