Skip to content

Commit

Permalink
Fehlermeldung beim aufnehmen eines nicht verfügbaren LO´s angepasst.
Browse files Browse the repository at this point in the history
  • Loading branch information
Megamarf committed Feb 25, 2024
1 parent d9e96e0 commit c25203c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ private void onSave() {
storageObjectID.setValue("");
UIFactory.notificationSuccess("Lagerobjekt wurde aufgenommen").open();
} else {
UIFactory.notificationError("Lagerobjekt von jemandem aufgenommen worden").open();
UIFactory.notificationError("Das Lagerobjekt ist nicht verfügbar!").open();
}
}
} catch (NoSuchElementException e) {
Expand Down

0 comments on commit c25203c

Please sign in to comment.