diff --git a/webapp/web/templates/freemarker/body/admin/startupStatus-displayRaw.ftl b/webapp/web/templates/freemarker/body/admin/startupStatus-displayRaw.ftl index 98fdbc700..ce638c1fb 100644 --- a/webapp/web/templates/freemarker/body/admin/startupStatus-displayRaw.ftl +++ b/webapp/web/templates/freemarker/body/admin/startupStatus-displayRaw.ftl @@ -1,10 +1,10 @@ <#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> -<#-- - Template for the raw page that displays the StartupStatus if there +<#-- + Template for the raw page that displays the StartupStatus if there are warnings or errors. - "raw" because this template works outside of the usual framework, in + "raw" because this template works outside of the usual framework, in case the Freemarker context didn't initialize properly. This file can't even include a reference to an external CSS file, in case @@ -40,7 +40,7 @@ - ${i18n().startup_status} + Startup Status + <#if status.errorItems?has_content> -

${i18n().fatal_error}

+

Fatal error

-

${i18n().fatal_error_detected(applicationName)}

+

${applicationName} detected a fatal error during startup.