diff options
Diffstat (limited to 'extensions/ComponentWatching/template/en')
-rw-r--r-- | extensions/ComponentWatching/template/en/default/hook/global/user-error-errors.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
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 <b>.bugs</b> email address.<br> For example: <i>accessibility-apis@core.bugs</i> +[% ELSIF error == "component_watch_missing_watch_user" %] + [% title = "Missing Watch User" %] + You must provide a <b>.bugs</b> email address for the "Watch User".<br> + For example: <i>accessibility-apis@core.bugs</i> [% END %] |