From b101b5b56ba23d715e67d8eceb2c964bde4b4537 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Fri, 14 Nov 2025 13:58:18 +0100 Subject: [PATCH] Fix typo in PostgreSQL setup message --- misc/tools.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools.func b/misc/tools.func index 9b98bd718..c659371ec 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -3972,7 +3972,7 @@ function setup_postgresql_db() { echo "Password: $PG_DB_PASS" } >>"$CREDS_FILE" - msg_ok "Set up PostgreSQL Database" + msg_ok "Setup PostgreSQL Database" # Export for use in calling script export PG_DB_NAME