Skip to content

Commit 3978ca3

Browse files
committed
refactor(modals): static backdrop modal text update
1 parent 826d8ee commit 3978ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/views/notifications/modals/modals.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ <h5 cModalTitle>Modal title</h5>
288288
<h5 cModalTitle>Modal title</h5>
289289
<button [cModalToggle]="staticBackdropModal.id" cButtonClose></button>
290290
</c-modal-header>
291-
<c-modal-body>Woohoo, you&#39;re reading this text in a modal!</c-modal-body>
291+
<c-modal-body>I will not close if you click outside of me. Don't even try to press escape key.</c-modal-body>
292292
<c-modal-footer>
293293
<button [cModalToggle]="staticBackdropModal.id" cButton color="secondary">
294294
Close

0 commit comments

Comments
 (0)