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,