From 313b80c4c54555e5577b3931805ead37ee89681c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20Bilo=C3=A9?= Date: Thu, 6 Jul 2017 09:38:11 +0200 Subject: [PATCH] CO: Replace Shop.Theme domain by Shop.Theme.Global --- templates/_partials/footer.tpl | 2 +- templates/catalog/_partials/active_filters.tpl | 2 +- templates/catalog/_partials/facets.tpl | 2 +- templates/catalog/_partials/sort-orders.tpl | 2 +- templates/cms/category.tpl | 4 ++-- templates/cms/sitemap.tpl | 2 +- templates/cms/stores.tpl | 10 +++++----- templates/customer/_partials/my-account-links.tpl | 2 +- templates/customer/order-detail.tpl | 6 +++--- templates/errors/maintenance.tpl | 2 +- templates/errors/not-found.tpl | 2 +- templates/errors/restricted-country.tpl | 4 ++-- 12 files changed, 20 insertions(+), 20 deletions(-) diff --git a/templates/_partials/footer.tpl b/templates/_partials/footer.tpl index 480b7c3..11bb9ce 100644 --- a/templates/_partials/footer.tpl +++ b/templates/_partials/footer.tpl @@ -38,7 +38,7 @@ {block name='copyright_link'} {l s='%copyright% %year% - Ecommerce software by %prestashop%' - sprintf=['%prestashop%' => 'PrestaShop™', '%year%' => 'Y'|date, '%copyright%' => '©'] d='Shop.Theme'} + sprintf=['%prestashop%' => 'PrestaShop™', '%year%' => 'Y'|date, '%copyright%' => '©'] d='Shop.Theme.Global'} {/block}
{l s='List of subcategories in %category_name%:' sprintf=['%category_name%' => $cms_category.name] d='Shop.Theme.Global'}
{l s='List of pages in %category_name%:' sprintf=['%category_name%' => $cms_category.name] d='Shop.Theme'}
{l s='List of pages in %category_name%:' sprintf=['%category_name%' => $cms_category.name] d='Shop.Theme.Global'}
{l s='Opening hours' d='Shop.Theme'}
{l s='Opening hours' d='Shop.Theme.Global'}
{l s='Sorry for the inconvenience.' d='Shop.Theme'}
{l s='Sorry for the inconvenience.' d='Shop.Theme.Global'}
{l s='You cannot access this store from your country. We apologize for the inconvenience.' d='Shop.Theme'}
{l s='You cannot access this store from your country. We apologize for the inconvenience.' d='Shop.Theme.Global'}