From 4f96fd14e23586f9e15cd39ed9884abe2d8aa02b Mon Sep 17 00:00:00 2001 From: Roman Shevchenko Date: Tue, 15 Oct 2024 09:43:30 +0200 Subject: [PATCH] [ui] improving startup error message wording (IJPF-CR-24615) (cherry picked from commit 1687c957b4090b88e003e34c2566fa96fd15cafa) IJPF-CR-25154 GitOrigin-RevId: 9833086b74aa951257bad91e9719b61f5eaaae29 --- .../resources/messages/BootstrapBundle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/service-container/resources/messages/BootstrapBundle.properties b/platform/service-container/resources/messages/BootstrapBundle.properties index b61c283cc30e..6e2bccb1dd43 100644 --- a/platform/service-container/resources/messages/BootstrapBundle.properties +++ b/platform/service-container/resources/messages/BootstrapBundle.properties @@ -17,7 +17,7 @@ bootstrap.error.title.browser=Cannot Open Browser bootstrap.error.message.browser=Cannot launch the default browser.\n\nThe cause: {0} bootstrap.error.title.reset=Reset Settings -bootstrap.error.message.reset=On a next start, current settings and plugins will be backed up to the following directory:\n{0} +bootstrap.error.message.reset=On the next start, current settings and plugins will be backed up to the following directory:\n{0} bootstrap.error.message.reset.failed=Cannot write the reset marker file.\n\nThe cause: {0} bootstrap.error.message.no.graphics=Unable to detect graphics environment.