From cce7913a8ff85bb2c9f35ff9b604f7a3490da336 Mon Sep 17 00:00:00 2001 From: ani-kalpachka Date: Tue, 16 Jul 2024 22:59:36 +0300 Subject: [PATCH] Update See more button --- public/locales/bg/index.json | 3 ++- public/locales/en/index.json | 3 ++- .../sections/ActiveCampaignsSection/ActiveCampaignsSection.tsx | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/public/locales/bg/index.json b/public/locales/bg/index.json index af4b9e1fd..b57fa9166 100644 --- a/public/locales/bg/index.json +++ b/public/locales/bg/index.json @@ -11,7 +11,8 @@ "content": "Абонирайте се за нашия бюлетин и ние ще Ви информираме за най-важното от живота на Подкрепи.бг. Всеки месец ще получвате email от нас, в който ще Ви споделяме най-интересното за кампаниите, които поддържаме, както и за техните организатори и бенефициенти. Ще получавате новините за нашите партньори, доброволци и дарители в електронната си пощенска кутия. Ако Ви звучи добре, запишете се, като въведеш email адреса си тук:" }, "campaign": { - "see-all": "Вижте всички" + "see-all": "Вижте всички", + "see-more": "Вижте повече" }, "how-we-work": { "heading": "Как работи Подкрепи.бг?", diff --git a/public/locales/en/index.json b/public/locales/en/index.json index e5c8c96c1..279115fe7 100644 --- a/public/locales/en/index.json +++ b/public/locales/en/index.json @@ -11,7 +11,8 @@ "content": "Subscribe for our newsletter we will infrom you about the most important from the life of Podkrepi.bg. Every month you will receive email from us in which we will share with you the most important things about the campaigns that we have and their organizers and beneficiaries. You will receive news for our partners, volunteers and donors in your email box. If this sounds good for you, subscribe as you fill in your email here:" }, "campaign": { - "see-all": "See all" + "see-all": "See all", + "see-more": "See more" }, "how-we-work": { "heading": "How does Pordkprepi.bg work?", diff --git a/src/components/client/index/sections/ActiveCampaignsSection/ActiveCampaignsSection.tsx b/src/components/client/index/sections/ActiveCampaignsSection/ActiveCampaignsSection.tsx index 34feaa7e0..71b3dfe5d 100644 --- a/src/components/client/index/sections/ActiveCampaignsSection/ActiveCampaignsSection.tsx +++ b/src/components/client/index/sections/ActiveCampaignsSection/ActiveCampaignsSection.tsx @@ -36,7 +36,7 @@ export default function ActiveCampaignsSection() { href={routes.campaigns.index} variant="contained" endIcon={}> - {t('campaign.see-all')} + {t('campaign.see-more')}