summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAve <gitlab@ave.zone>2018-07-10 14:47:32 +0000
committerRémy Coutable <remy@rymai.me>2018-07-10 14:47:32 +0000
commitfa39876ecb13746e12f80a649da2d1e8492500b3 (patch)
tree97087816375ed50d7bab3399810d2255fc78d4d5
parent0abda34c4ceb904140959ffeac55d686b0b0db2d (diff)
downloadgitlab-ce-fa39876ecb13746e12f80a649da2d1e8492500b3.tar.gz
Fix a typo on CI Runner page on Projects
-rw-r--r--app/views/ci/runner/_how_to_setup_runner.html.haml2
-rw-r--r--locale/gitlab.pot6
2 files changed, 4 insertions, 4 deletions
diff --git a/app/views/ci/runner/_how_to_setup_runner.html.haml b/app/views/ci/runner/_how_to_setup_runner.html.haml
index 37fb8fbab26..3ae9ce6c11f 100644
--- a/app/views/ci/runner/_how_to_setup_runner.html.haml
+++ b/app/views/ci/runner/_how_to_setup_runner.html.haml
@@ -5,7 +5,7 @@
%ol
%li
= _("Install a Runner compatible with GitLab CI")
- = (_("(checkout the %{link} for information on how to install it).") % { link: link }).html_safe
+ = (_("(check out the %{link} for information on how to install it).") % { link: link }).html_safe
%li
= _("Specify the following URL during the Runner setup:")
%code#coordinator_address= root_url(only_path: false)
diff --git a/locale/gitlab.pot b/locale/gitlab.pot
index f2e4eda576f..77cfe4ee84e 100644
--- a/locale/gitlab.pot
+++ b/locale/gitlab.pot
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab 1.0.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-07-10 08:56+0200\n"
-"PO-Revision-Date: 2018-07-10 08:56+0200\n"
+"POT-Creation-Date: 2018-07-10 17:09+0300\n"
+"PO-Revision-Date: 2018-07-10 17:09+0300\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
@@ -128,7 +128,7 @@ msgstr ""
msgid "%{unstaged} unstaged and %{staged} staged changes"
msgstr ""
-msgid "(checkout the %{link} for information on how to install it)."
+msgid "(check out the %{link} for information on how to install it)."
msgstr ""
msgid "+ %{moreCount} more"