Skip to content

Commit

Permalink
Ajusta config dos termos uso
Browse files Browse the repository at this point in the history
  • Loading branch information
erleibiazzio committed Nov 21, 2024
1 parent 2b278c9 commit 9445594
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/common/config.d/lgpd.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
'module.LGPD' => [
'termsOfUsage'=>[
'title'=> i::__('Termos de Uso'),
'text'=> file_get_contents(__DIR__ . '/../lgpd-terms/terms-of-usage.html'),
'text'=> file_get_contents(__DIR__ . '/lgpd-terms/terms-of-usage.html'),
'buttonText' => i::__('Aceito os termos de uso')
],
'privacyPolicy' => [
'title'=> i::__('Política de Privacidade'),
'text'=> file_get_contents(__DIR__ . '/../lgpd-terms/privacy-policy.html'),
'text'=> file_get_contents(__DIR__ . '/lgpd-terms/privacy-policy.html'),
'buttonText' => i::__('Aceito as políticas de privacidade')
],
'imageOfUsage' => [
'title'=> i::__('Autorização de uso de imagem'),
'text'=> file_get_contents(__DIR__ . '/../lgpd-terms/image-of-usage.html'),
'text'=> file_get_contents(__DIR__ . '/lgpd-terms/image-of-usage.html'),
'buttonText' => i::__('Autorizo o uso de imagem')
],
]
Expand Down

0 comments on commit 9445594

Please sign in to comment.