Skip to content

Commit

Permalink
(fix) Basque label with quotes used in aria-label
Browse files Browse the repository at this point in the history
Fixes #4234
  • Loading branch information
cgx committed Jul 19, 2017
1 parent 589c5f8 commit 68adf89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/Templates/MailerUI/UIxMailViewTemplate.wox
Expand Up @@ -65,7 +65,7 @@
<md-tooltip md-direction="bottom"><var:string label:value="Delete selected message or folder"/></md-tooltip>
<md-icon>delete</md-icon>
</md-button>
<md-button class="sg-icon-button hide show-gt-md" label:aria-label="Open in New Mail Window"
<md-button class="sg-icon-button hide show-gt-md" label:aria-label="'Open in New Mail Window'.asSafeJSString"
ng-hide="::isPopup"
ng-click="viewer.openPopup()">
<md-tooltip md-direction="bottom"><var:string label:value="Open in New Mail Window"/></md-tooltip>
Expand Down

0 comments on commit 68adf89

Please sign in to comment.