Skip to content

Commit

Permalink
chore: nx format:write update dirty files
Browse files Browse the repository at this point in the history
  • Loading branch information
andes-it committed Oct 15, 2024
1 parent 31b9322 commit fe40cb6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion libs/service-portal/signature-collection/src/lib/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,8 @@ export const m = defineMessages({
},
supervisorsTooltip: {
id: 'sp.signatureCollection:supervisorsTooltip',
defaultMessage: 'Umsjónaraðilar hafa aðgang að öllum upplýsingum safnananna en geta ekki eytt söfnununum.',
defaultMessage:
'Umsjónaraðilar hafa aðgang að öllum upplýsingum safnananna en geta ekki eytt söfnununum.',
description: '',
},
add: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,11 @@ const OwnerView = ({
>
<Text variant="h4">
{formatMessage(m.supervisors) + ' '}
<Tooltip placement="right" text={formatMessage(m.supervisorsTooltip)} color="blue400" />
<Tooltip
placement="right"
text={formatMessage(m.supervisorsTooltip)}
color="blue400"
/>
</Text>
</Box>
<T.Table>
Expand Down

0 comments on commit fe40cb6

Please sign in to comment.