Skip to content

Commit

Permalink
Merge pull request #228 from micka-fdz/remove-uppercase-wordings
Browse files Browse the repository at this point in the history
Remove uppercase wordings
  • Loading branch information
Hlavtox authored Dec 30, 2023
2 parents 964f693 + b7040de commit 70cadd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions views/templates/front/account_gdpr_page.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
<section class="page_content">
<div class="col-xs-12 psgdprinfo17">
<h2>{l s='Access to my data' d='Modules.Psgdpr.Shop'}</h2>
<p>{l s='At any time, you have the right to retrieve the data you have provided to our site. Click on "Get my data" to automatically download a copy of your personal data on a pdf or csv file.' d='Modules.Psgdpr.Shop'}</p>
<a id="exportDataToCsv" class="btn btn-primary psgdprgetdatabtn17" target="_blank" href="{$psgdpr_csv_controller|escape:'htmlall':'UTF-8'}">{l s='GET MY DATA TO CSV' d='Modules.Psgdpr.Shop'}</a>
<a id="exportDataToPdf" class="btn btn-primary psgdprgetdatabtn17" target="_blank" href="{$psgdpr_pdf_controller|escape:'htmlall':'UTF-8'}">{l s='GET MY DATA TO PDF' d='Modules.Psgdpr.Shop'}</a>
<p>{l s='You can retrieve your data at any time. Click on "Export" to get a copy of your personal data in csv or pdf format.' d='Modules.Psgdpr.Shop'}</p>
<a id="exportDataToCsv" class="btn btn-primary psgdprgetdatabtn17" target="_blank" href="{$psgdpr_csv_controller|escape:'htmlall':'UTF-8'}">{l s='Export (.csv)' d='Modules.Psgdpr.Shop'}</a>
<a id="exportDataToPdf" class="btn btn-primary psgdprgetdatabtn17" target="_blank" href="{$psgdpr_pdf_controller|escape:'htmlall':'UTF-8'}">{l s='Export (.pdf)' d='Modules.Psgdpr.Shop'}</a>
</div>
<div class="col-xs-12 psgdprinfo17">
<h2>{l s='Rectification & Erasure requests' d='Modules.Psgdpr.Shop'}</h2>
Expand Down

0 comments on commit 70cadd5

Please sign in to comment.