Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MintayRibkins/0caff14f6d4fbdfa9f213d3eb811c48f to your computer and use it in GitHub Desktop.
Save MintayRibkins/0caff14f6d4fbdfa9f213d3eb811c48f to your computer and use it in GitHub Desktop.
message
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
/** @var \Magento\Framework\View\Element\Template $block */
?>
<?= $block->escapeHtml(__('qualcosa è andato storto')); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment