diff --git a/src/Umbraco.Web.UI.Client/src/packages/settings/dashboards/performance-profiling/dashboard-performance-profiling.element.ts b/src/Umbraco.Web.UI.Client/src/packages/settings/dashboards/performance-profiling/dashboard-performance-profiling.element.ts index fb976bac77..09958709c3 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/settings/dashboards/performance-profiling/dashboard-performance-profiling.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/settings/dashboards/performance-profiling/dashboard-performance-profiling.element.ts @@ -41,8 +41,8 @@ export class UmbDashboardPerformanceProfilingElement extends UmbLitElement { return this._isDebugMode ? html`
- Umbraco currently runs in debug mode. This means you can use the built-in performance profiler to assess the - performance when rendering pages. + Umbraco is running in debug mode. This means you can use the built-in performance profiler + to assess performance when rendering pages.
If you want to activate the profiler for a specific page rendering, simply add @@ -70,11 +70,11 @@ export class UmbDashboardPerformanceProfilingElement extends UmbLitElement { ` : html`
- Umbraco currently does not run in debug mode, so you can't use the built-in profiler. This is how it should + Umbraco is not running in debug mode, so you can't use the built-in profiler. This is how it should be for a production site.
- Debug mode is turned on by by setting Umbraco:CMS:Hosting:Debug to true in + Debug mode is turned on by setting Umbraco:CMS:Hosting:Debug to true in appsettings.json, appsettings.{Environment}.json or via an environment variable.
`;