Skip to content

Commit

Permalink
rename create button title to 'add'
Browse files Browse the repository at this point in the history
  • Loading branch information
wow-such-code committed Jul 11, 2023
1 parent 4274ee9 commit 353f82c
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 353f82c

Please sign in to comment.