diff options
author | Scott Hampton <shampton@gitlab.com> | 2019-02-27 09:21:42 -0700 |
---|---|---|
committer | Scott Hampton <shampton@gitlab.com> | 2019-02-27 09:21:42 -0700 |
commit | 871ca1e51f791c2d8b36830d521e90577608adf0 (patch) | |
tree | 2fd9fb625b9a102d77b700811f4b64c74e5aac85 /locale | |
parent | 12459e507dc853239c70a1ef302de01c5a682542 (diff) | |
download | gitlab-ce-871ca1e51f791c2d8b36830d521e90577608adf0.tar.gz |
Adjusting internationalization of tooltip title
Based on MR comments, changing how the i18n works for the tooltip title.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 973950d27aa..ef063451c4f 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -5362,6 +5362,12 @@ msgstr "" msgid "PipelineSheduleIntervalPattern|Custom" msgstr "" +msgid "PipelineStatusTooltip|Commit: %{ci_status}" +msgstr "" + +msgid "PipelineStatusTooltip|Pipeline: %{ci_status}" +msgstr "" + msgid "Pipelines" msgstr "" |