Skip to content

Commit

Permalink
change approved title
Browse files Browse the repository at this point in the history
  • Loading branch information
KochTobi committed Oct 16, 2024
1 parent 89b0c47 commit ed264c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ private ValidUploadDisplay(String fileName, int count) {
Div validationBox = new Div();
validationBox.addClassName("validation-display-box");
var box = new Div();
var approvedTitle = new Span("Approved");
var approvedTitle = new Span("Your data has been approved");
var validIcon = VaadinIcon.CHECK_CIRCLE_O.create();
validIcon.addClassName("success");
var header = new Span(validIcon, approvedTitle);
Expand Down

0 comments on commit ed264c9

Please sign in to comment.