Skip to content

Commit

Permalink
Add translation for 'Slug' on Campaign news in Admin panel
Browse files Browse the repository at this point in the history
  • Loading branch information
ani-kalpachka committed Jul 2, 2024
1 parent 0b82795 commit 1c3d855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/admin/campaign-news/modals/DetailsModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function DetailsModal({ article, onClose }: Props) {
<Typography variant="body1">
{t('Заглавие')}: {article.title}
</Typography>
<Typography variant="body1">Слъг: {article.slug}</Typography>
<Typography variant="body1">Кратко наименование: {article.slug}</Typography>
<Typography variant="body1">
<Typography variant="body1">Автор: {article.author}</Typography>
Създадена на: {getExactDateTime(article.createdAt)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function DetailsModal({ campaign, onClose }: Props) {
<Typography variant="body1">
{t('Заглавие')}: {campaign.title}
</Typography>
<Typography variant="body1">Слъг: {campaign.slug}</Typography>
<Typography variant="body1">Кратко наименование: {campaign.slug}</Typography>
<Typography variant="body1">
Целева сума: {money(campaign.targetAmount, campaign.currency)}
</Typography>
Expand Down

0 comments on commit 1c3d855

Please sign in to comment.