Updates in translation

This commit is contained in:
Tomas Bures 2018-11-22 00:16:14 +03:00
parent 92ca1c0f28
commit c784d2fbb6
6 changed files with 13 additions and 11 deletions

View file

@ -209,7 +209,7 @@ export default class CUD extends Component {
help: helpMjmlGeneral
},
web_privacy_policy_notice: {
label: t('Privacy policy'),
label: t('privacyPolicy'),
mode: 'html',
help: helpMjmlGeneral
}
@ -261,7 +261,7 @@ export default class CUD extends Component {
]
},
gdpr: {
label: t('Data protection'),
label: t('dataProtection'),
options: [
'web_privacy_policy_notice'
]