Skip to content

Commit

Permalink
Merge pull request #3389 from tagawa/tagawa/small-edits
Browse files Browse the repository at this point in the history
Fix #3388 - message requesting multiple browser selection
  • Loading branch information
Karl Dubost authored Jul 14, 2020
2 parents 1d45bf7 + 6622539 commit ce65c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webcompat/templates/issue-wizard-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ <h3 class="page-heading">Filing a web compatibility issue</h3>
<div class="input-control">
<div class="form-radio choice-control browsers form-element js-Form-group">
<div class="js-Form-information form-label-message">
<label class="form-label big" for="browsers">Please select <strong>other browsers you have tested on</strong></label>
<label class="form-label big" for="browsers">Please select <strong>another browser you have tested on</strong></label>
{% if form.tested_browsers.errors %}
{% for error in form.tested_browsers.errors %}
<small class="form-message-error">{{ error }}</small>
Expand Down

0 comments on commit ce65c18

Please sign in to comment.