diff options
| author | Kevin Kirsche <[email protected]> | 2015-05-18 08:35:48 -0400 |
|---|---|---|
| committer | Kevin Kirsche <[email protected]> | 2015-05-18 18:30:58 -0400 |
| commit | 97f8e5610d39581219fed48ec9d63d99eb9590e8 (patch) | |
| tree | ebf8daaea598635fa8b29aff5b312421eaae210e /docs/_includes | |
| parent | efe2023014ec90f35c0f722af6f3ec7a8eab720e (diff) | |
| download | bootstrap-97f8e5610d39581219fed48ec9d63d99eb9590e8.tar.xz bootstrap-97f8e5610d39581219fed48ec9d63d99eb9590e8.zip | |
Clarify the bs-callout on multiple open modals
[Close #16502] Clarify the bs-callout on multiple open modals
Currently it states overlapping modals, this isn't the only case as this truly applies to any instance when a user would want to open multiple modals at the same time. For this reason, I have modified the title of the callout to make this more clear.
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/js/modal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html index fca8c42c9..840091f85 100644 --- a/docs/_includes/js/modal.html +++ b/docs/_includes/js/modal.html @@ -3,7 +3,7 @@ <p>Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults.</p> <div class="bs-callout bs-callout-warning" id="callout-stacked-modals"> - <h4>Overlapping modals not supported</h4> + <h4>Multiple open modals not supported</h4> <p>Be sure not to open a modal while another is still visible. Showing more than one modal at a time requires custom code.</p> </div> <div class="bs-callout bs-callout-warning" id="callout-modal-markup-placement"> |
