Skip to content

Commit

Permalink
improved construction/shadow overview descriptions when account name/…
Browse files Browse the repository at this point in the history
…intent unknown
  • Loading branch information
1azyman committed Mar 30, 2023
1 parent 3f0647a commit 8ab4807
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 handleConstruction(VisualizationImpl visualization, ConstructionTyp
visualization.getName().setOverview(
new SingleLocalizableMessage("AssignmentDescriptionHandler.assignment.construction", new Object[] {
new SingleLocalizableMessage("ShadowKindType." + kind),
new SingleLocalizableMessage(intent),
intent,
resourceName,
createAssignedMessage(change == ADD)
})
Expand Down

0 comments on commit 8ab4807

Please sign in to comment.