From d68bd6d7d1b1e3e04200644540542aa879036a03 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Wed, 2 Jul 2025 15:23:53 +1000 Subject: [PATCH] Update modules/ROOT/pages/migration-from-7x.adoc Co-authored-by: Andrew Herron --- modules/ROOT/pages/migration-from-7x.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/migration-from-7x.adoc b/modules/ROOT/pages/migration-from-7x.adoc index c7b9d08e0..5dc085a5d 100644 --- a/modules/ROOT/pages/migration-from-7x.adoc +++ b/modules/ROOT/pages/migration-from-7x.adoc @@ -466,7 +466,7 @@ tinymce.init({ ==== * The license key manager is automatically included when using {companyname} Cloud. * The plugin does not need to be added to the `plugins` configuration option. -* The license key manager must be loaded before {productname} initialization. +* For bundled applications, the license key manager must be loaded before {productname} initialization. * For bundled applications, ensure the license key manager is not excluded during build optimization. ====