diff options
Diffstat (limited to 'extensions/REMO/template/en')
-rw-r--r-- | extensions/REMO/template/en/default/hook/global/user-error-errors.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/REMO/template/en/default/hook/global/user-error-errors.html.tmpl b/extensions/REMO/template/en/default/hook/global/user-error-errors.html.tmpl index 200e678be..e13fba024 100644 --- a/extensions/REMO/template/en/default/hook/global/user-error-errors.html.tmpl +++ b/extensions/REMO/template/en/default/hook/global/user-error-errors.html.tmpl @@ -37,4 +37,8 @@ You can either <a href="[% urlbase FILTER html %]page.cgi?id=remo-form-payment.html"> create a new payment request</a> or [% "go back to $terms.bug $bugid" FILTER bug_link(bugid) FILTER none %]. +[% ELSIF error == "remo_missing_voucher" %] + [% title = "Missing Vouchers" %] + You did not provide anyone to vouch for your application. + [% END %] |