Skip to content

Commit

Permalink
Update wordings
Browse files Browse the repository at this point in the history
  • Loading branch information
micka-fdz committed Nov 20, 2023
1 parent 8665b28 commit 33c2140
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='At any time, you have the right to retrieve the data you have provided to our site. Click on "Export" to automatically download 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 33c2140

Please sign in to comment.