Skip to content

Commit

Permalink
Changed message on example
Browse files Browse the repository at this point in the history
  • Loading branch information
antonyw89 committed Jul 27, 2022
1 parent af63ee6 commit b255be8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<novo-non-ideal-state>
<novo-loading></novo-loading>
<novo-text lineLength="large" marginAfter>We are currently experiencing technical difficulites and your wait time is
taking a bit longer than expected. Please be patient. </novo-text>
taking a bit longer than expected. Thank you for your patience. </novo-text>
<button theme="primary" icon="refresh-o">Refresh</button>
</novo-non-ideal-state>
4 changes: 2 additions & 2 deletions projects/novo-examples/src/examples.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2305,8 +2305,8 @@ export class NonIdealStateDevelopPage {
<p>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.</p>
<p><code-example example="non-ideal-state-usage"></code-example></p>
<p>The call to action doesn't necessarily need to be a button, for example:</p>
<p><code-example example="non-ideal-state-search-usage"></code-example></p>
<p><code-example example="non-ideal-state-loading-usage"></code-example></p>
<p><code-example example="non-ideal-state-search-usage"></code-example>
<code-example example="non-ideal-state-loading-usage"></code-example></p>
`,
host: { class: 'markdown-page' }
})
Expand Down

0 comments on commit b255be8

Please sign in to comment.