1
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
André Isele 4da65742f0 Merge pull request 'UI verbessert.' (#1) from hummel/BankSystemWS23:main into main
Reviewed-on: #1
2023-12-19 14:24:32 +01:00
Oliver Hummel 33257ab137 UI verbessert. 2023-12-19 14:22:51 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public class BankUI {
}
private static void aufWiedersehenScreen() {
System.out.println("Danke für Ihren Besuch und auf Wiedersehen!");
System.out.println("Danke für Ihren Besuch und auf baldiges Wiedersehen!");
System.exit(0);
}