We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e144c commit 196356dCopy full SHA for 196356d
app/code/Magento/Theme/view/frontend/templates/html/bugreport.phtml
@@ -7,7 +7,7 @@
7
<small class="bugs">
8
<span><?= /* @escapeNotVerified */ __('Help Us Keep Magento Healthy') ?></span>
9
<a href="http://www.magentocommerce.com/bug-tracking"
10
- target="_blank">
+ target="_blank" title="<?= /* @escapeNotVerified */ __('Report All Bugs') ?>">
11
<?= /* @escapeNotVerified */ __('Report All Bugs') ?>
12
</a>
13
</small>
0 commit comments