Skip to content

Commit

Permalink
Updated loading page message (#2056)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bordon authored Jan 23, 2023
1 parent a70c398 commit 7bd97eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/dashboard/base/files/etc/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ const Template = ({
defaultMessage: `${injectedMetadata.branding.applicationTitle} did not load properly. Check the server output for more information.`
})
}, i18n('core.ui.welcomeMessage', {
defaultMessage: `Loading ${injectedMetadata.branding.applicationTitle}`
defaultMessage: `Loading ...`
})), renderBrandingEnabledOrDisabledLoadingBar())), /*#__PURE__*/_react.default.createElement("div", {
className: "osdWelcomeView",
id: "osd_legacy_browser_error",
Expand Down

0 comments on commit 7bd97eb

Please sign in to comment.