Skip to content

Commit

Permalink
Merge pull request #226 from PrestaShop/fix-typo-in-dataconsent-1
Browse files Browse the repository at this point in the history
Fix small typo in English dataConsent.tpl
  • Loading branch information
nicosomb committed Oct 25, 2023
2 parents d2b804f + b559616 commit b7b6f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/templates/admin/tabs/dataConsent.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
<div class="col-xs-12 col-sm-12 col-md-7 col-lg-6">
<textarea class="autoload_rte" name="psgdpr_registered_module_{$module.id_module|escape:'htmlall':'UTF-8'}_{$language.id_lang|escape:'htmlall':'UTF-8'}" text="" rows="4" cols="80">{$module.message[$language.id_lang]|escape:'htmlall':'UTF-8'}</textarea>
<div class="help-block">
<p>{l s='This message will be accomplanied by a checkbox' d='Modules.Psgdpr.Admin'}</p>
<p>{l s='This message will be displayed next to a checkbox.' d='Modules.Psgdpr.Admin'}</p>
</div>
</div>
{if $languages|count > 1}
Expand Down

0 comments on commit b7b6f93

Please sign in to comment.