diff --git a/projects/novo-examples/src/components/non-ideal-state/non-ideal-state-loading-usage/non-ideal-state-loading-usage-example.html b/projects/novo-examples/src/components/non-ideal-state/non-ideal-state-loading-usage/non-ideal-state-loading-usage-example.html index 47309e339..9e776476b 100644 --- a/projects/novo-examples/src/components/non-ideal-state/non-ideal-state-loading-usage/non-ideal-state-loading-usage-example.html +++ b/projects/novo-examples/src/components/non-ideal-state/non-ideal-state-loading-usage/non-ideal-state-loading-usage-example.html @@ -1,6 +1,6 @@ We are currently experiencing technical difficulites and your wait time is - taking a bit longer than expected. Please be patient. + taking a bit longer than expected. Thank you for your patience. \ No newline at end of file diff --git a/projects/novo-examples/src/examples.routes.ts b/projects/novo-examples/src/examples.routes.ts index 963087afe..b7a348a13 100644 --- a/projects/novo-examples/src/examples.routes.ts +++ b/projects/novo-examples/src/examples.routes.ts @@ -2305,8 +2305,8 @@ export class NonIdealStateDevelopPage {

Basic use-case is to display an icon, message, and reason for this state to occur. And provide a call to action for the user.

The call to action doesn't necessarily need to be a button, for example:

-

-

+

+

`, host: { class: 'markdown-page' } })