Skip to content

Commit

Permalink
tw
Browse files Browse the repository at this point in the history
  • Loading branch information
albina committed Sep 25, 2024
1 parent 0db71ad commit cf185a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions libs/portals/admin/signature-collection/src/lib/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ export const m = defineMessages({
},
signatureListsTitle: {
id: 'admin-portal.signature-collection:signatureLists',
defaultMessage: 'Meðmælasafnanir',
description: '',
},
signatureListsTitlePresidential: {
id: 'admin-portal.signature-collection-parliamentary:signatureLists',
defaultMessage: 'Forsetakosningar',
description: '',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const Lists = ({ allowedToProcess }: { allowedToProcess: boolean }) => {
span={['12/12', '12/12', '12/12', '8/12']}
>
<IntroHeader
title={formatMessage(m.signatureListsTitle)}
title={formatMessage(m.signatureListsTitlePresidential)}
intro={formatMessage(m.signatureListsIntro)}
img={
allowedToProcess ? electionsCommitteeLogo : nationalRegistryLogo
Expand Down

0 comments on commit cf185a2

Please sign in to comment.