Skip to content

Commit

Permalink
Changed Name of the Radio buttons in AbfragenView. From "Rein Raus" t…
Browse files Browse the repository at this point in the history
…o "Eingehend Ausgehend"
  • Loading branch information
Megamarf committed Mar 6, 2024
1 parent c2164e0 commit 9658d5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ private void initUI() {
dateTo.setI18n(germanI18n);
dateFrom.setI18n(germanI18n);

inOut.setItems("Rein", "Raus");
inOut.setItems("Eingehend", "Ausgehend");
add(UIFactory.rootComponentContainer("",
UIFactory.childContainer(JustifyContentMode.START,
dateFrom,
Expand Down

0 comments on commit 9658d5d

Please sign in to comment.