Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
oddsson committed Dec 5, 2024
1 parent 77af558 commit d9cdddd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,10 @@ export const strings = defineMessages({
description:
'Notaður sem texti á PDF takka til að sækja birtingarvottorð í ákærum.',
},
sentToPrionsAdmin: {
id: 'judicial.system.core:indictment_case_files_list.sent_to_prions_admin',
defaultMessage: 'Fullnusta',
description:
'Notaður sem titill á fullnusta hluta á dómskjalaskjá í ákærum.',
},
})
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ const IndictmentCaseFilesList: FC<Props> = ({
</Box>
)}
<FileSection
title={formatMessage(strings.civilClaimsTitle)}
title={formatMessage(strings.sentToPrionsAdmin)}
files={filteredFiles.sentToPrisonAdminFiles}
onOpenFile={onOpen}
shouldRender={permissions.canViewSentToPrisonAdminFiles}
Expand Down

0 comments on commit d9cdddd

Please sign in to comment.