From be5d4af38d558a47d3f27c0811287ac2e0b298bb Mon Sep 17 00:00:00 2001 From: ani-kalpachka Date: Tue, 14 May 2024 15:05:35 +0300 Subject: [PATCH] Add missing EN translation on profile notifications --- public/locales/bg/profile.json | 2 +- public/locales/en/profile.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/bg/profile.json b/public/locales/bg/profile.json index b423ebdae..2c46fb0d7 100644 --- a/public/locales/bg/profile.json +++ b/public/locales/bg/profile.json @@ -91,7 +91,7 @@ }, "campaign": { "index": "Нотификации по кампании", - "noSubscriptions": "Към момента не сте се записали за получаване на известия по конкретни кампании", + "noSubscriptions": "Към момента не сте се записали за получаване на известия по конкретни кампании.", "cta": "Отписване" } }, diff --git a/public/locales/en/profile.json b/public/locales/en/profile.json index 9a1b1d1cc..947df94f7 100644 --- a/public/locales/en/profile.json +++ b/public/locales/en/profile.json @@ -91,7 +91,7 @@ }, "campaign": { "index": "Campaign notifications", - "noSubscriptions": "Към момента не сте се записали за получаване на известия по конкретни кампании", + "noSubscriptions": "You are currently not signed up to receive notifications for a specific campaign.", "cta": "Unsubscribe" } },