diff --git a/15/umbraco-forms/installation/the-licensing-model.md b/15/umbraco-forms/installation/the-licensing-model.md index 5284bc59a67..dfbef439635 100644 --- a/15/umbraco-forms/installation/the-licensing-model.md +++ b/15/umbraco-forms/installation/the-licensing-model.md @@ -82,7 +82,7 @@ Once you've configured your license with the correct domains, you are ready to i 1. Download your license from your Umbraco.com account - this will give you a `.lic` file 2. Place the file in the `/umbraco/Licenses` directory in your Umbraco installation -The `.lic` file must be placed in the `/umbraco/Licenses` directory to be registered by Umbraco Forms. If the file isn't placed correctly, the application will automatically switch to trial mode. +The `.lic` file must be placed in the `/umbraco/Licenses` directory to be registered by Umbraco Forms. If the file isn't placed correctly, the application will automatically switch to trial mode. It is also recommended to restart your site after you have added the license file. ### Multiple license files @@ -129,4 +129,4 @@ Apply the following configuration with the appropriate algorithm - `DES` (the de "Licensing": { "LicenseEncodeAndDecodeAlgorithm": "DES|TripleDES|AES" }, -`````` \ No newline at end of file +``````