From 81626b9d729130ca4d6acf233443c7c6a3853d81 Mon Sep 17 00:00:00 2001 From: Matt Norton Date: Sat, 2 May 2026 12:38:04 +0100 Subject: [PATCH] chore: Improve warning message in SetConfig command Signed-off-by: Matt Norton --- core/Command/Config/App/SetConfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Command/Config/App/SetConfig.php b/core/Command/Config/App/SetConfig.php index 8dd910706331f..a9412fbad0bc5 100644 --- a/core/Command/Config/App/SetConfig.php +++ b/core/Command/Config/App/SetConfig.php @@ -237,7 +237,7 @@ private function ask(InputInterface $input, OutputInterface $output, string $req strtoupper($request) )); $output->writeln(''); - $output->writeln('This might break thing, affect performance on your instance or its security!'); + $output->writeln('Caution: proceeding may degrade performance, compromise security, or cause unexpected errors.'); $result = (strtolower((string)$helper->ask( $input,