Skip to content

Commit 196356d

Browse files
Added 'title' attribute to 'a' link.
1 parent 02e144c commit 196356d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Theme/view/frontend/templates/html/bugreport.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<small class="bugs">
88
<span><?= /* @escapeNotVerified */ __('Help Us Keep Magento Healthy') ?></span>
99
<a href="http://www.magentocommerce.com/bug-tracking"
10-
target="_blank">
10+
target="_blank" title="<?= /* @escapeNotVerified */ __('Report All Bugs') ?>">
1111
<?= /* @escapeNotVerified */ __('Report All Bugs') ?>
1212
</a>
1313
</small>

0 commit comments

Comments
 (0)