Skip to content

Commit

Permalink
sun-ui. profile: show info message
Browse files Browse the repository at this point in the history
  • Loading branch information
edospadoni committed Jun 12, 2024
1 parent 7711dd3 commit 0d08a2d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions sun/sun-ui/src/components/Profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
</h2>
</div>
<form v-if="!privacy.isLoading" class="form-horizontal" role="form" v-on:submit.prevent="updatePrivacyFields()">
<div class="alert alert-info alert-dismissable">
<span class="pficon pficon-info"></span>
<strong>{{ $t('profile.info')}}.</strong> {{ $t('profile.privacy_info') }}.
</div>
<div class="card-pf-body">
<div class="form-group">
<label class="col-sm-4 control-label">{{ $t("profile.privacy_name") }}</label>
Expand Down
3 changes: 2 additions & 1 deletion sun/sun-ui/src/i18n/locale-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"privacy_address": "Reseller's business address",
"privacy_email": "Reseller's privacy email",
"privacy_dpo": "Reseller's business DPO (optional)",
"privacy_dpo_mail": "Reseller's business DPO email (optional)"
"privacy_dpo_mail": "Reseller's business DPO email (optional)",
"privacy_info": "Privacy info here"
},
"hotspot": {
"yes": "Yes",
Expand Down
3 changes: 2 additions & 1 deletion sun/sun-ui/src/i18n/locale-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"privacy_address": "Indirizzo",
"privacy_email": "Email per comunicazioni privacy",
"privacy_dpo": "Nome del DPO (opzionale)",
"privacy_dpo_mail": "Email del DPO (opzionale)"
"privacy_dpo_mail": "Email del DPO (opzionale)",
"privacy_info": "Privacy info here"
},
"hotspot": {
"yes": "",
Expand Down

0 comments on commit 0d08a2d

Please sign in to comment.