From ff616427fbde1fa2be55822844fc5e66f45aaf93 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 3 Jul 2012 13:34:08 +0800 Subject: Bug 684701: make "watch user" mandatory --- .../template/en/default/hook/global/user-error-errors.html.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extensions/ComponentWatching/template') diff --git a/extensions/ComponentWatching/template/en/default/hook/global/user-error-errors.html.tmpl b/extensions/ComponentWatching/template/en/default/hook/global/user-error-errors.html.tmpl index 8da2f2790..01dbb5114 100644 --- a/extensions/ComponentWatching/template/en/default/hook/global/user-error-errors.html.tmpl +++ b/extensions/ComponentWatching/template/en/default/hook/global/user-error-errors.html.tmpl @@ -10,4 +10,8 @@ [% title = "Invalid Watch User" %] The "Watch User" must be a .bugs email address.
For example: accessibility-apis@core.bugs +[% ELSIF error == "component_watch_missing_watch_user" %] + [% title = "Missing Watch User" %] + You must provide a .bugs email address for the "Watch User".
+ For example: accessibility-apis@core.bugs [% END %] -- cgit v1.2.3-24-g4f1b