diff --git a/docs/documentation/upgrading/topics/changes/changes-26_0_0.adoc b/docs/documentation/upgrading/topics/changes/changes-26_0_0.adoc
index a12c00cc3bd5..02fe373849bb 100644
--- a/docs/documentation/upgrading/topics/changes/changes-26_0_0.adoc
+++ b/docs/documentation/upgrading/topics/changes/changes-26_0_0.adoc
@@ -326,6 +326,6 @@ Keycloak JS now utilizes the Web Crypto API to calculate the SHA-256 digests nee
 
 Make sure to update your code to `await` these methods.
 
-= Stricter startup behavior for CLI build-time options
+= Stricter startup behavior for build-time options
 
-When the provided build-time options that come from the CLI config source differ from the values persisted in the server image during the last re-augmentation, {project_name} will now fail to start. Previously, a warning message was displayed in such cases.
+When the provided build-time options differ at startup from the values persisted in the server image during the last optimized {project_name} build, {project_name} will now fail to start. Previously, a warning message was displayed in such cases.