From b255be85a87699eb1d96fa33f47c73bc00a0efa4 Mon Sep 17 00:00:00 2001 From: Antony Warring Date: Wed, 27 Jul 2022 10:14:53 -0400 Subject: [PATCH] Changed message on example --- .../non-ideal-state-loading-usage-example.html | 2 +- projects/novo-examples/src/examples.routes.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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' } })