Skip to content

Commit

Permalink
Merge branch 'development' into feature/dm-825-project-information-co…
Browse files Browse the repository at this point in the history
…mponent
  • Loading branch information
KochTobi authored Jul 11, 2023
2 parents aad0b95 + d3cd79c commit 1e45402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void addExperimentalGroupSubmitListener(

public AddExperimentalGroupsDialog() {
super();
setConfirmButtonLabel("Create");
setConfirmButtonLabel("Add");
setCancelButtonLabel("Cancel");
addClassName("experiment-group-dialog");
setHeaderTitle("Please enter group information");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public ExperimentCreationDialog(ExperimentalDesignSearchService experimentalDesi
experimentCreationDialogHandler = new ExperimentCreationDialogHandler();
setHeaderTitle(TITLE);
add(defineExperimentComponent);
setConfirmButtonLabel("Create");
setConfirmButtonLabel("Add");
setCancelButtonLabel("Cancel");
getFooter().add(cancelButton, confirmButton);
}
Expand Down

0 comments on commit 1e45402

Please sign in to comment.