Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(j-s): Text in infocard #17038

Merged
merged 29 commits into from
Nov 27, 2024
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
0cd31c1
Checkpoint
oddsson Nov 5, 2024
e6b57b3
Merge branch 'main' of github.com:island-is/island.is into j-s/servic…
oddsson Nov 5, 2024
96aa96f
Refactor AlertMessage
oddsson Nov 5, 2024
d717322
Format date
oddsson Nov 6, 2024
80e2958
Cleanup
oddsson Nov 6, 2024
4c4c23e
Cleanup
oddsson Nov 6, 2024
f18cda6
Merge branch 'main' of github.com:island-is/island.is into j-s/servic…
oddsson Nov 6, 2024
f657160
Merge branch 'main' of github.com:island-is/island.is into j-s/servic…
oddsson Nov 7, 2024
04020c2
Merge branch 'j-s/service-announcement-defenders' of github.com:islan…
oddsson Nov 7, 2024
d98dbd0
Merge
oddsson Nov 7, 2024
d55a4a2
Merge branch 'main' of github.com:island-is/island.is into j-s/servic…
oddsson Nov 8, 2024
2deeef3
Add key
oddsson Nov 8, 2024
a0133c1
Refactor
oddsson Nov 8, 2024
9079a4c
Remove console.log
oddsson Nov 8, 2024
db83d4b
Merge branch 'main' of github.com:island-is/island.is into j-s/servic…
oddsson Nov 8, 2024
ae44420
Merge branch 'main' into j-s/service-announcement-defenders
kodiakhq[bot] Nov 8, 2024
b329584
Merge branch 'main' into j-s/service-announcement-defenders
gudjong Nov 8, 2024
76e228d
Merge branch 'main' of github.com:island-is/island.is
oddsson Nov 12, 2024
25d6e4b
Merge branch 'main' of github.com:island-is/island.is
oddsson Nov 18, 2024
19136d2
Merge
oddsson Nov 18, 2024
c520d1d
Merge
oddsson Nov 18, 2024
253d172
Merge branch 'main' of github.com:island-is/island.is
oddsson Nov 19, 2024
a318d19
Merge branch 'main' of github.com:island-is/island.is
oddsson Nov 19, 2024
7b47677
Merge branch 'main' of github.com:island-is/island.is
oddsson Nov 25, 2024
2a91eac
Merge branch 'main' of github.com:island-is/island.is
oddsson Nov 27, 2024
3b10c16
Fix text
oddsson Nov 27, 2024
18ce926
Fix text
oddsson Nov 27, 2024
6f5c423
Update apps/judicial-system/web/src/components/InfoCard/useInfoCardIt…
unakb Nov 27, 2024
e2116c5
Merge branch 'main' into j-s/fine-texts
kodiakhq[bot] Nov 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ export const strings = defineMessages({
description: 'Notaður sem titill á "ákvörðun" hluta af yfirliti ákæru.',
},
reviewTagAppealed: {
id: 'judicial.system.core:info_card_indictment.review_tag_appealed_v2',
id: 'judicial.system.core:info_card_indictment.review_tag_appealed_v3',
defaultMessage:
'Áfrýja {isFine, select, true {viðurlagaákvörðun} other {dómi}}',
'{isFine, select, true {Kæra viðurlagaákvörðun} other {Áfrýja dómi}}',
description:
'Notað sem texti á tagg fyrir "Áfrýjun" tillögu í yfirliti ákæru.',
},
Expand Down