diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-09-06 22:36:49 +0000 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-09-06 22:36:49 +0000 |
commit | 07c031338a5e9cdeb69bb562179ac675cfe9c960 (patch) | |
tree | ca99996ee1aa86fc1ff234d9142241d630d918df /locale | |
parent | 7aa6766cd15036dcfb5391b3fd7bffb9069ffbcf (diff) | |
parent | d6fa67824d13fc342721e996810f2838d4706fd2 (diff) | |
download | gitlab-ce-07c031338a5e9cdeb69bb562179ac675cfe9c960.tar.gz |
Merge branch '50535-display-banner-to-notify-user-if-project-is-implicitly-opted-ado' into 'master'
Displays banner to notify users ADO is implicitly enabled
Closes #50535
See merge request gitlab-org/gitlab-ce!21503
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 9b78b9ad76f..9ce84cd53c7 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -739,6 +739,9 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgstr "" + msgid "AutoDevOps|You can automatically build and test your application if you %{link_to_auto_devops_settings} for this project. You can automatically deploy it as well, if you %{link_to_add_kubernetes_cluster}." msgstr "" |