diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2018-09-04 08:49:22 +0000 |
---|---|---|
committer | Tim Zallmann <tzallmann@gitlab.com> | 2018-09-04 08:49:22 +0000 |
commit | a6ca7efb4c4cff1914c9dc1a760e436f18715a5c (patch) | |
tree | 99520ae226cc24c488453ca53655900b4ee38928 /locale | |
parent | 05ee94beb70a2969b85563a0c41bf5afe48a3699 (diff) | |
parent | e0ab3ed5545df468411f1b8675de6873ed57e595 (diff) | |
download | gitlab-ce-a6ca7efb4c4cff1914c9dc1a760e436f18715a5c.tar.gz |
Merge branch '_acet-disable-ide-button' into 'master'
Disable Web IDE button if user is not allowed to push the source branch.
Closes #45026
See merge request gitlab-org/gitlab-ce!21288
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 394a226e5a5..5f9b02bd559 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -6835,6 +6835,9 @@ msgstr "" msgid "mrWidget|This project is archived, write access has been disabled" msgstr "" +msgid "mrWidget|You are not allowed to edit this project directly. Please fork to make changes." +msgstr "" + msgid "mrWidget|You can merge this merge request manually using the" msgstr "" |