Commit 6dbcec07 authored by Simon Green's avatar Simon Green Committed by Simon Green

Bug 1009520 - Incorrect quote usage in global/header.html.tmpl

r=gerv, a=sgreen
parent 526b329c
......@@ -156,15 +156,15 @@
[%# Please keep these in alphabetical order. %]
attach_desc_required:
'You must enter a Description for this attachment.',
"You must enter a Description for this attachment.",
component_required:
'You must select a Component for this [% terms.bug %].',
"You must select a Component for this [% terms.bug %].",
description_required:
'You must enter a Description for this [% terms.bug %].',
"You must enter a Description for this [% terms.bug %].",
short_desc_required:
'You must enter a Summary for this [% terms.bug %].',
"You must enter a Summary for this [% terms.bug %].",
version_required:
'You must select a Version for this [% terms.bug %].'
"You must select a Version for this [% terms.bug %]."
}
[% IF javascript_urls.containsany(['js/bug.js', 'js/field.js', 'js/comment-tagging.js']) %]
, api_token: '[% get_api_token FILTER js FILTER html %]'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment