Skip to content

Commit

Permalink
Update cutted text on campaign news, update button text
Browse files Browse the repository at this point in the history
  • Loading branch information
ani-kalpachka committed May 15, 2024
1 parent c72b69d commit 6bec231
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions public/locales/bg/news.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"news": "Новини",
"form-heading": "Създайте нова статия",
"edit-form-heading": "Редактирайте статия",
"read-more": "Прочети повече",
"read-less": "Прочети по-малко",
"read-more": "Прочетете повече",
"read-less": "Прочетете по-малко",
"see-all-news": "Вижте всички новини",
"news-not-found": "Не бяха намерени новини за тази кампания",
"write-new-article": "Напишете нова статия",
Expand Down
2 changes: 1 addition & 1 deletion src/components/client/campaigns/CampaignNewsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export default function CampaignNewsSection({ campaign, canCreateArticle }: Prop
const { t, i18n } = useTranslation('news')
const { small }: { small: boolean } = useMobile()

const INITIAL_HEIGHT_LIMIT = 200
const INITIAL_HEIGHT_LIMIT = 203
const [isExpanded, expandContent] = useShowMoreContent()

return (
Expand Down

0 comments on commit 6bec231

Please sign in to comment.