diff options
author | Mayra Cabrera <mcabrera@gitlab.com> | 2018-09-04 10:23:11 -0500 |
---|---|---|
committer | Mayra Cabrera <mcabrera@gitlab.com> | 2018-09-06 10:47:50 -0500 |
commit | d6fa67824d13fc342721e996810f2838d4706fd2 (patch) | |
tree | 9a82614ec32df17b31d348f3c8da2ee8d2f41eb5 /locale | |
parent | ec9bb1a7deed082ef050a7275df0abd134f526f3 (diff) | |
download | gitlab-ce-d6fa67824d13fc342721e996810f2838d4706fd2.tar.gz |
Displays banner to notify users ADO is implicitly enabled
If ADO is implicitly enabled for a project due to the instance wide
setting feature or feature flag rollout then an owner or maintainer
visiting that project are going to see a banner.
Closes #50535
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 5f9b02bd559..e7a0f9c941a 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -730,6 +730,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 "" |