summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-06-04 08:51:46 +0000
committerFilipa Lacerda <filipa@gitlab.com>2018-06-04 08:51:46 +0000
commit57514046ecef0f0633a2b3409dd0e5330cc918ea (patch)
treeabd03209f9cb3e38198d34d27d2fb15d2038ff2c
parent8c7bffa437b2ca783de1d945fad2799f091b63bd (diff)
parente5dddae1c597a47bb476df476c445f928e279183 (diff)
downloadgitlab-ce-57514046ecef0f0633a2b3409dd0e5330cc918ea.tar.gz
Merge branch 'ide-highlighter-type-fox' into 'master'
Fixed typo in commit message help popover Closes #47060 See merge request gitlab-org/gitlab-ce!19314
-rw-r--r--app/assets/javascripts/ide/components/commit_sidebar/message_field.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/ide/components/commit_sidebar/message_field.vue b/app/assets/javascripts/ide/components/commit_sidebar/message_field.vue
index f14fcdc88ed..0ac0af2feaa 100644
--- a/app/assets/javascripts/ide/components/commit_sidebar/message_field.vue
+++ b/app/assets/javascripts/ide/components/commit_sidebar/message_field.vue
@@ -54,7 +54,7 @@ export default {
placement: 'top',
content: sprintf(
__(`
- The character highligher helps you keep the subject line to %{titleLength} characters
+ The character highlighter helps you keep the subject line to %{titleLength} characters
and wrap the body at %{bodyLength} so they are readable in git.
`),
{ titleLength: MAX_TITLE_LENGTH, bodyLength: MAX_BODY_LENGTH },