From b4948d49587a7dab4a3a55c9169a2de2ff975736 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 16 Dec 2014 13:50:40 +0800 Subject: Bug 1107247: Updates to Spreadsheet Data in form.dev-engagement-event --- .../en/default/hook/global/messages-messages.html.tmpl | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'extensions/BMO/template/en/default/hook') diff --git a/extensions/BMO/template/en/default/hook/global/messages-messages.html.tmpl b/extensions/BMO/template/en/default/hook/global/messages-messages.html.tmpl index 0c90b97b9..8a1580850 100644 --- a/extensions/BMO/template/en/default/hook/global/messages-messages.html.tmpl +++ b/extensions/BMO/template/en/default/hook/global/messages-messages.html.tmpl @@ -1,5 +1,19 @@ +[%# This Source Code Form is subject to the terms of the Mozilla Public + # License, v. 2.0. If a copy of the MPL was not distributed with this + # file, You can obtain one at http://mozilla.org/MPL/2.0/. + # + # This Source Code Form is "Incompatible With Secondary Licenses", as + # defined by the Mozilla Public License, v. 2.0. + #%] + [% IF message_tag == "employee_incident_creation_failed" %] - The [% terms.bug %] was created successfully, but the dependent - Employee Incident [% terms.bug %] creation failed. The error has + The [% terms.bug %] was created successfully, but the dependent + Employee Incident [% terms.bug %] creation failed. The error has been logged and no further action is required at this time. + +[% ELSIF message_tag == "dev_engagement_creation_failed" %] + The [% terms.bug %] was created successfully, but the dependent + discussion [% terms.bug %] creation failed. The error has + been logged and no further action is required at this time. + [% END %] -- cgit v1.2.3-24-g4f1b