Skip to content

Commit

Permalink
bug 1416705: JAWS: Rename label into "Incompatible JAWS Screen Reader" (
Browse files Browse the repository at this point in the history
#454). r=jlorenzo
  • Loading branch information
bhearsum committed Dec 5, 2017
1 parent 4238fa2 commit 72ac912
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ui/app/templates/rule_modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h3 class="modal-title" ng-show="!is_edit && is_duplicate">Duplicate Existing Ru
<div class="col-md-6">
<div class="form-group" ng-class="{'has-error': errors.jaws}">
<label for="id_jaws">
JAWS Screen Reader Compatibility
Incompatible JAWS Screen Reader
<span class="glyphicon glyphicon-question-sign"
title='Whether or not to match incoming queries that indicate a client that has an incompatible version of the JAWS screen reader installed. "Ignore" is usually what you want.'>
</span>
Expand Down
2 changes: 1 addition & 1 deletion ui/app/templates/rule_scheduled_change_modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <h4 ng-show= "sc.change_type !== 'delete'">Rule Details</h4>
<div class="col-md-6" ng-show= "sc.change_type !== 'delete'">
<div class="form-group" ng-class="{'has-error': errors.jaws}">
<label for="id_jaws">
JAWS Screen Reader Compatibility
Incompatible JAWS Screen Reader
<span class="glyphicon glyphicon-question-sign"
title='Whether or not to match incoming queries that indicate a client that has an incompatible version of the JAWS screen reader installed. "Ignore" is usually what you want.'>
</span>
Expand Down
2 changes: 1 addition & 1 deletion ui/app/templates/rule_scheduled_changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ <h5 title="Data Version">
<dd ng-if="sc.mig64 === true">Yes</dd>
<dd ng-if="sc.mig64 === false">No</dd>
<dt ng-show="sc.jaws !== null && sc.jaws !== undefined">
JAWS Screen Reader Compatibility
Incompatible JAWS Screen Reader
<span class="glyphicon glyphicon-question-sign"
title='Whether or not to match incoming queries that indicate a client that has an incompatible version of the JAWS screen reader installed. "Ignore" is usually what you want.'>
</span>
Expand Down
2 changes: 1 addition & 1 deletion ui/app/templates/rules.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ <h5 title="Fallback Mapping" ng-show="rule.fallbackMapping || (show_sc && rule.s
<rulefield showdiff="!rule_id" showsc="show_sc" rule="rule" fieldname="memory" fieldtitle="Memory"></rulefield>
<rulefield showdiff="!rule_id" showsc="show_sc" rule="rule" fieldname="mig64" fieldtitle="64-bit Migration Opt-in"
help='Whether or not to check a client&#39;s 32 -> 64-bit migration opt-in status.'></rulefield>
<rulefield showdiff="!rule_id" showsc="show_sc" rule="rule" fieldname="jaws" fieldtitle="JAWS Screen Reader Compatibility"
<rulefield showdiff="!rule_id" showsc="show_sc" rule="rule" fieldname="jaws" fieldtitle="Incompatible JAWS Screen Reader"
help='Whether or not to match incoming queries that indicate a client that has an incompatible version of the JAWS screen reader installed. "Ignore" is usually what you want.'></rulefield>
<rulefield showdiff="!rule_id" showsc="show_sc" rule="rule" fieldname="update_type" fieldtitle="Update type"></rulefield>
<rulefield showdiff="!rule_id" showsc="show_sc" rule="rule" fieldname="headerArchitecture" fieldtitle="Header Architecture"></rulefield>
Expand Down

0 comments on commit 72ac912

Please sign in to comment.