diff --git a/core/Command/Config/App/SetConfig.php b/core/Command/Config/App/SetConfig.php
index e33f1ea63bf00..49d5fb82c243a 100644
--- a/core/Command/Config/App/SetConfig.php
+++ b/core/Command/Config/App/SetConfig.php
@@ -238,7 +238,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,