Skip to content

Commit

Permalink
Cleans up string ids
Browse files Browse the repository at this point in the history
  • Loading branch information
gudjong committed Apr 30, 2024
1 parent 33a59e1 commit db1094a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ export const infoCardActiveIndictment = defineMessages({

export const infoCardCaseScheduled = defineMessages({
scheduled: {
id: 'judicial.system.indictments:overview.scheduled',
id: 'judicial.system.core:info_card_case_scheduled.scheduled',
defaultMessage: 'Á dagskrá',
description: 'Notaður sem texti sem tilgreinir að málið sé á dagskrá',
},
postponed: {
id: 'judicial.system.indictments:overview.postponed',
id: 'judicial.system.core:info_card_case_scheduled.postponed',
defaultMessage: 'Frestað',
description:
'Notaður sem texti sem tilgreinir að málinu hafi verið sé frestað',
},
courtRoom: {
id: 'judicial.system.indictments:overview.court_room',
id: 'judicial.system.core:info_card_case_scheduled.court_room',
defaultMessage:
'{courtRoom, select, NONE {Dómsalur hefur ekki verið skráður} other {Dómsalur {courtRoom}}}',
description: 'Notaður sem texti sem tilgreinir hvaða dómsalur er skráður',
Expand Down

0 comments on commit db1094a

Please sign in to comment.