File tree Expand file tree Collapse file tree
roda-ui/roda-wui/src/main/java/org/roda/wui/client Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818import org .roda .wui .client .common .NoActionsToolbar ;
1919import org .roda .wui .client .common .TitlePanel ;
2020import org .roda .wui .client .common .UserLogin ;
21- import org .roda .wui .client .common .actions .Actionable ;
2221import org .roda .wui .client .common .utils .AsyncCallbackUtils ;
2322import org .roda .wui .client .disposal .policy .DisposalPolicy ;
2423import org .roda .wui .client .main .BreadcrumbUtils ;
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ public CreateUser(User user) {
8686 services .membersResource (s -> s .createUser (request , LocaleInfo .getCurrentLocale ().getLocaleName ()))
8787 .whenComplete ((created , error ) -> {
8888 if (error == null ) {
89- Toast .showInfo (messages .groups (), messages .groupSuccessfullyCreated ());
89+ Toast .showInfo (messages .groups (), messages .userSuccessfullyCreated ());
9090 HistoryUtils .newHistory (ShowMember .RESOLVER , created .getUUID ());
9191 } else {
9292 Toast .showError (messages .groups (), error .getMessage ());
You can’t perform that action at this time.
0 commit comments