Skip to content

Commit

Permalink
MAGETWO-66107: [GitHub][PR] Change link text from 'Report a Bug' to '…
Browse files Browse the repository at this point in the history
…Report an Issue' #8808

 - Merge Pull Request #8808 from Zifius/magento2:feature/report-a-bug-label
  • Loading branch information
Oleksii Korshenko committed Mar 16, 2017
2 parents 16bbf9d + ea943dc commit 137d465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/code/Magento/Backend/i18n/en_US.csv
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Minute,Minute
"JavaScript may be disabled in your browser.","JavaScript may be disabled in your browser."
"To use this website you must first enable JavaScript in your browser.","To use this website you must first enable JavaScript in your browser."
"This is only a demo store. You can browse and place orders, but nothing will be processed.","This is only a demo store. You can browse and place orders, but nothing will be processed."
"Report a Bug","Report a Bug"
"Report an Issue","Report an Issue"
"Store View:","Store View:"
"Stores Configuration","Stores Configuration"
"Please confirm scope switching. All data that hasn\'t been saved will be lost.","Please confirm scope switching. All data that hasn\'t been saved will be lost."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@

?>
<?php if ($block->getBugreportUrl()): ?>
<a class="link-report" href="<?php /* @escapeNotVerified */ echo $block->getBugreportUrl(); ?>" id="footer_bug_tracking"><?php /* @escapeNotVerified */ echo __('Report a Bug') ?></a>
<a class="link-report" href="<?php /* @escapeNotVerified */ echo $block->getBugreportUrl(); ?>" id="footer_bug_tracking"><?php /* @escapeNotVerified */ echo __('Report an Issue') ?></a>
<?php endif; ?>

0 comments on commit 137d465

Please sign in to comment.