Skip to content

Commit e8cca9f

Browse files
author
Natalia Momotenko
committed
MAGETWO-35192: Wrong copyright text on storefront
- Removed old useless file - Admin panel updates
1 parent aa0b545 commit e8cca9f

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

app/code/Magento/Backend/view/adminhtml/templates/page/copyright.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
?>
1010
<p class="copyright">
1111
<a class="link-copyright" href="http://magento.com" target="_blank" title="<?php echo __('Magento') ?>"></a>
12-
<?php echo __('Copyright &copy; %1 Magento, Inc. All rights reserved.', date('Y')) ?>
12+
<?php echo __('Copyright &copy; %1 Magento. All rights reserved.', date('Y')) ?>
1313
</p>

app/code/Magento/Backend/view/install/templates/page/copyright.phtml

Lines changed: 0 additions & 10 deletions
This file was deleted.

app/code/Magento/Theme/etc/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Disallow: /*SID=
4242
<welcome>Default welcome msg!</welcome>
4343
</header>
4444
<footer translate="copyright">
45-
<copyright>&amp;copy; 2015 Magento Demo Store. All Rights Reserved.</copyright>
45+
<copyright>Copyright &#169; 2015 Magento. All rights reserved.</copyright>
4646
</footer>
4747
</design>
4848
<theme>

0 commit comments

Comments
 (0)