diff options
-rw-r--r-- | js/field.js | 2 | ||||
-rw-r--r-- | template/en/default/global/header.html.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/js/field.js b/js/field.js index 3653d2130..34f37e39e 100644 --- a/js/field.js +++ b/js/field.js @@ -690,7 +690,7 @@ YAHOO.bugzilla.userAutocomplete = { this.dataSource.maxCacheEntries = 5; this.dataSource.responseSchema = { resultsList : "result.users", - metaFields : { error: "error", jsonRpcId: "id"}, + metaFields : { error: "error", jsonRpcId: "id"} }; }, init : function( field, container, multiple ) { diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 799f4898f..f76fdd59f 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -192,7 +192,7 @@ short_desc_required: '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 %] |