summaryrefslogtreecommitdiffstats
path: root/extensions/PhabBugz/template/en/default
diff options
context:
space:
mode:
authordklawren <dklawren@users.noreply.github.com>2018-05-24 22:33:28 +0200
committerGitHub <noreply@github.com>2018-05-24 22:33:28 +0200
commitdbed2a62025d93c1c40eea35f44f5044ece36008 (patch)
treeb95b00db3f02900d50f6ac8939eee371ae50f015 /extensions/PhabBugz/template/en/default
parent077878d97b727daeb09fd61162099a458242cd7f (diff)
downloadbugzilla-dbed2a62025d93c1c40eea35f44f5044ece36008.tar.gz
bugzilla-dbed2a62025d93c1c40eea35f44f5044ece36008.tar.xz
Bug 1462685 - Use Phabricators Draft functionality to allow sending of initial revision email after BMO has updated the policies
Diffstat (limited to 'extensions/PhabBugz/template/en/default')
-rw-r--r--extensions/PhabBugz/template/en/default/hook/global/user-error-errors.html.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/PhabBugz/template/en/default/hook/global/user-error-errors.html.tmpl b/extensions/PhabBugz/template/en/default/hook/global/user-error-errors.html.tmpl
index f1366e7b6..0274f72ce 100644
--- a/extensions/PhabBugz/template/en/default/hook/global/user-error-errors.html.tmpl
+++ b/extensions/PhabBugz/template/en/default/hook/global/user-error-errors.html.tmpl
@@ -22,6 +22,10 @@
[% title = "Invalid Phabricator Revision ID" %]
You must provide a valid Phabricator revision ID.
+[% ELSIF error == "invalid_phabricator_build_target" %]
+ [% title = "Invalid Phabricator Build Target" %]
+ You must provide a valid Phabricator Build Target PHID.
+
[% ELSIF error == "phabricator_not_enabled" %]
[% title = "Phabricator Support Not Enabled" %]
The Phabricator to Bugzilla library, PhabBugz,