diff --git a/src/common/di.rs b/src/common/di.rs index 0c371f58..d0f5a5fe 100644 --- a/src/common/di.rs +++ b/src/common/di.rs @@ -841,8 +841,8 @@ impl AppServiceFactory { tracing::warn!("╔══════════════════════════════════════════════════════════╗"); tracing::warn!("║ SYSTEM NOT INITIALIZED — first admin setup required ║"); tracing::warn!("║ ║"); - tracing::warn!("║ Open the web UI to create the first admin account. ║"); - tracing::warn!("║ The setup page is available until an admin is created. ║"); + tracing::warn!("║ Open the web UI to create the first admin account. ║"); + tracing::warn!("║ The setup page is available until an admin is created. ║"); tracing::warn!("╚══════════════════════════════════════════════════════════╝"); } else { tracing::info!("System already initialized — setup endpoint disabled");