Skip to content

Commit

Permalink
Update See more button
Browse files Browse the repository at this point in the history
  • Loading branch information
ani-kalpachka committed Jul 16, 2024
1 parent 6305409 commit cce7913
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion public/locales/bg/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"content": "Абонирайте се за нашия бюлетин и ние ще Ви информираме за най-важното от живота на Подкрепи.бг. Всеки месец ще получвате email от нас, в който ще Ви споделяме най-интересното за кампаниите, които поддържаме, както и за техните организатори и бенефициенти. Ще получавате новините за нашите партньори, доброволци и дарители в електронната си пощенска кутия. Ако Ви звучи добре, запишете се, като въведеш email адреса си тук:"
},
"campaign": {
"see-all": "Вижте всички"
"see-all": "Вижте всички",
"see-more": "Вижте повече"
},
"how-we-work": {
"heading": "Как работи Подкрепи.бг?",
Expand Down
3 changes: 2 additions & 1 deletion public/locales/en/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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?",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function ActiveCampaignsSection() {
href={routes.campaigns.index}
variant="contained"
endIcon={<ArrowForwardIcon />}>
{t('campaign.see-all')}
{t('campaign.see-more')}
</SeeAllButton>
</SeeAllButtonWrapper>
</Root>
Expand Down

0 comments on commit cce7913

Please sign in to comment.