Skip to content

Commit

Permalink
[25676] update order import dialog with shorter message
Browse files Browse the repository at this point in the history
  • Loading branch information
huthomas committed Jan 5, 2024
1 parent da11497 commit 2c42a25
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,8 @@ public void create() {
setTitle("Inventurmodus");
getShell().setText("Inventurmodus");
setMessage(
"Bitte scannen Sie die Medikamente zur Inventur. Mehrfaches Scannen desselben Artikels führ zur Erhöhung der Anzahl."
+ " Gescannte Medikamente werden unten angezeigt und können anschliessend als IST-Bestand übernommen werden.");
"Scannen Sie die Medikamente zur Inventur. Mehrfach-Scans möglich."
+ " Gescannte Medikamente werden unten angezeigt und können als IST-Bestand übernommen werden.");
}
}

Expand Down

0 comments on commit 2c42a25

Please sign in to comment.