Skip to content

Commit

Permalink
#382 - Change display and translations structure for criteria and con…
Browse files Browse the repository at this point in the history
…cepts

- fix wrong field names (was in wrong case) for translations
  • Loading branch information
michael-82 committed Oct 21, 2024
1 parent 96b5da3 commit 40ab779
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
@Builder
public record Display(
String original,
@Field(name = "de-De")
@Field(name = "de-DE")
String deDe,
@Field(name = "en-Us")
@Field(name = "en-US")
String enUs
) {
}

0 comments on commit 40ab779

Please sign in to comment.