diff --git a/public/locales/bg/auth.json b/public/locales/bg/auth.json index b0fb0c13e..1528caba4 100644 --- a/public/locales/bg/auth.json +++ b/public/locales/bg/auth.json @@ -19,7 +19,6 @@ }, "fields": { "email": "Email", - "email-descriptive": "Въведи email адрес", "password": "Парола", "confirm-password": "Потвърждение на парола", "first-name": "Име", diff --git a/public/locales/bg/common.json b/public/locales/bg/common.json index e91c63625..492afa66b 100644 --- a/public/locales/bg/common.json +++ b/public/locales/bg/common.json @@ -125,7 +125,10 @@ "subscribe-text-nonLoggedUser-general": "Моля, продължете като гост и въведете email адреса, на който желаете да получавате известия от нас, или влезте в профила си. Вписвайки се с потребителското си име и парола, ще можете да управлявате абонамента си от своя Личен профил.", "subscribe-text-loggedUser": "Моля, изберете дали желаете да получавате новините за кампанията на email адреса, асоцииран с профила Ви, или на алтернативен адрес:", "subscribe-subtitle": "Искам да получавам новини и известия от Подкрепи.бг на този email адрес:", - "subscribe-campaign-subtTitle": "Искам да получавам новини за кампанията на този email адрес:" + "subscribe-campaign-subtTitle": "Искам да получавам новини за кампанията на този email адрес:", + "email-descriptive": "Въведи email адрес", + "agree-with-newsletter": "Съгласявам се да получавам известия.", + "agree-with-newsletter-campaign": "Съгласявам се да получавам новини за тази кампания и известия от Подкрепи.бг." }, "cookieConsent": "Подкрепи.бг не използва бисквитки, освен тези от трети страни, нужни за аналитичните компоненти Google Analytics и HotJar. Приемането на бисквитките ще ни помогне да подобрим вашето потребителско преживяване.", "cookieConsentButton": "Приемам", diff --git a/public/locales/bg/validation.json b/public/locales/bg/validation.json index 247b3ea72..990cce8f1 100644 --- a/public/locales/bg/validation.json +++ b/public/locales/bg/validation.json @@ -13,11 +13,9 @@ "terms-of-use": "Моля, приемете oбщите условия", "terms-of-service": "Моля, приемете политиката за защита на личните данни", "agree-with": "Съгласявам се с", - "agree-with-newsletter": "Съгласявам се да получавам известия.", - "agree-with-newsletter-campaign": "Съгласявам се да получавам новини за тази кампания и известия от Подкрепи.бг *", "informed-agree-with": "Запознат съм и се съгласявам с", "terms-and-conditions": "общите условия", - "gdpr": "политиката за защита на личните данни", + "gdpr": "политиката за защита на личните данни.", "newsletter": "Моля дайте своето съгласие", "legal-entity": "Юридическо лице", "unique-field-violation": "Полето `{1}` със тази стойност вече съществува в платформата.", diff --git a/public/locales/en/auth.json b/public/locales/en/auth.json index 4515292c0..1b3e70959 100644 --- a/public/locales/en/auth.json +++ b/public/locales/en/auth.json @@ -18,7 +18,6 @@ }, "fields": { "email": "Email", - "email-descriptive": "Fill in your email", "password": "Password", "confirm-password": "Confirm Password", "first-name": "First name", diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 0a80d1b29..11f5a34ba 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -125,7 +125,10 @@ "subscribe-text-nonLoggedUser-general": "Please, proceed as a guest and write down your email, on which you want to receive notifications from us or you can log in. If you log in with your and password you will be able to manage your subscription from your Personal profile", "subscribe-text-loggedUser": "Please, choose if you want to receive the news about the campaign on your profile email or on another one:", "subscribe-subtitle": "I want to receive news and notifications from Podkrepi.bg on this email:", - "subscribe-campaign-subtTitle": "I want to receive news about the campaign on this email:" + "subscribe-campaign-subtTitle": "I want to receive news about the campaign on this email:", + "email-descriptive": "Fill in your email", + "agree-with-newsletter": "I agree to receive news.", + "agree-with-newsletter-campaign": "I agree to receive news about this campaign and news by Podkrepi.bg." }, "cookieConsent": "Podkrepi.bg doesn't use cookies, except the third-party cookies required for the analytics components Google Analytics and HotJar. Accepting the cookies will help us improve your user experience.", diff --git a/public/locales/en/validation.json b/public/locales/en/validation.json index 2e10d857d..dc846a346 100644 --- a/public/locales/en/validation.json +++ b/public/locales/en/validation.json @@ -13,8 +13,6 @@ "terms-of-use": "Please accept the Terms and Conditions", "terms-of-service": "Please accept the GDPR policy", "agree-with": "I agree to the", - "agree-with-newsletter": "I agree to receive news", - "agree-with-newsletter-campaign": "I agree to receive news about this campaign and news by Podkrepi.bg *", "informed-agree-with": "I understand and I agree to the", "terms-and-conditions": "Terms and Conditions", "gdpr": "General Data Protection Regulation (GDPR)", diff --git a/src/components/client/notifications/GeneralSubscribeModal.tsx b/src/components/client/notifications/GeneralSubscribeModal.tsx index b2f8aa499..fd354836f 100644 --- a/src/components/client/notifications/GeneralSubscribeModal.tsx +++ b/src/components/client/notifications/GeneralSubscribeModal.tsx @@ -118,7 +118,7 @@ export default function RenderSubscribeModal({ setOpen }: ModalProps) { diff --git a/src/components/common/form/AcceptNewsletterField.tsx b/src/components/common/form/AcceptNewsletterField.tsx index 0636c90a6..92928e72b 100644 --- a/src/components/common/form/AcceptNewsletterField.tsx +++ b/src/components/common/form/AcceptNewsletterField.tsx @@ -7,13 +7,13 @@ export type AcceptNewsLetterFieldProps = { } export function AcceptNewsLetterField({ name }: AcceptNewsLetterFieldProps) { - const { t } = useTranslation('validation') + const { t } = useTranslation('common') return ( - {t('agree-with-newsletter')} + {t('notifications.agree-with-newsletter')} } /> @@ -21,13 +21,13 @@ export function AcceptNewsLetterField({ name }: AcceptNewsLetterFieldProps) { } export function AcceptNewsLetterFieldCampaign({ name }: AcceptNewsLetterFieldProps) { - const { t } = useTranslation('validation') + const { t } = useTranslation('common') return ( - {t('agree-with-newsletter-campaign')} + {t('notifications.agree-with-newsletter-campaign')} } />