Skip to content

Commit

Permalink
sun-ui. change message
Browse files Browse the repository at this point in the history
  • Loading branch information
edospadoni committed Jun 12, 2024
1 parent 620aaa6 commit af786ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions deploy/ansible/roles/wax/files/marketing
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ In conformità con i requisiti posti dal Regolamento Generale in materia di prot
Indirizzo {{ .PrivacyAddress }}
P.IVA / CF {{ .PrivacyVAT }}
Contatto privacy {{ .PrivacyEmail }}

{{ if and .PrivacyDPO .PrivacyDPOMail }}
DPO - Responsabile della protezione dei dati
Nome DPO {{ .PrivacyDPO }}
Expand All @@ -25,7 +24,6 @@ In conformità con i requisiti posti dal Regolamento Generale in materia di prot
{{ else }}
Rivenditore del servizio contrattualizzato con il Titolare del trattamento
{{ end }}

Dati trattati nell'utilizzo dell'Hotspot
VEDERE LE INTEGRAZIONI SUL DOCUMENTO "Terms of use"

Expand Down
4 changes: 2 additions & 2 deletions sun/sun-ui/src/components/Hotspots.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div v-if="isLoading" class="spinner spinner-lg"></div>
<div v-if="rows.length > 0 && !privacyFilled()" class="alert alert-warning alert-dismissable create-hotspot-warning">
<span class="pficon pficon-warning-triangle-o"></span>
<strong>{{ $t('hotspot.warning_privacy') }}!</strong> {{ $t('hotspot.warning_privacy_text') }}: <a href="#/profile" class="alert-link">{{ $t('hotspot.profile_link') }}</a>
<strong>{{ $t('hotspot.warning_privacy') }}!</strong> {{ $t('hotspot.warning_privacy_text') }} <a href="#/profile" class="alert-link">{{ $t('hotspot.profile_link') }}</a>
</div>
<button
v-if="rows.length > 0 && !isLoading && !isAdmin"
Expand All @@ -30,7 +30,7 @@
<br/>
<div v-if="!privacyFilled()" class="alert alert-warning alert-dismissable">
<span class="pficon pficon-warning-triangle-o"></span>
<strong>{{ $t('hotspot.warning_privacy') }}!</strong> {{ $t('hotspot.warning_privacy_text') }}: <a href="#/profile" class="alert-link">{{ $t('hotspot.profile_link') }}</a>
<strong>{{ $t('hotspot.warning_privacy') }}!</strong> {{ $t('hotspot.warning_privacy_text') }} <a href="#/profile" class="alert-link">{{ $t('hotspot.profile_link') }}</a>
</div>
</div>
<div
Expand Down

0 comments on commit af786ad

Please sign in to comment.