Skip to content

Commit

Permalink
simulation ui, missing localization fix
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Feb 6, 2023
1 parent 8208840 commit 5a0594e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ protected String load() {
return label;
}
});
items.add(new DetailsTableItem(createStringResource(""), () -> GuiSimulationsUtil.getProcessedObjectType(objectModel)));
items.add(new DetailsTableItem(createStringResource("PageSimulationResultObject.type"), () -> GuiSimulationsUtil.getProcessedObjectType(objectModel)));
// todo implement

return items;
Expand Down

0 comments on commit 5a0594e

Please sign in to comment.