diff options
| author | Chris Rebert <[email protected]> | 2015-05-26 15:15:15 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-05-26 15:15:15 -0700 |
| commit | 3487898a6af8c1d5b12f7b040d30e71b19e34923 (patch) | |
| tree | ad89ba43a6b7562b4fcd248681ef1c64be930829 /docs | |
| parent | bb8821251b6b80891aa2d02985c760d1aea9f165 (diff) | |
| parent | 97f8e5610d39581219fed48ec9d63d99eb9590e8 (diff) | |
| download | bootstrap-3487898a6af8c1d5b12f7b040d30e71b19e34923.tar.xz bootstrap-3487898a6af8c1d5b12f7b040d30e71b19e34923.zip | |
Merge pull request #16504 from kkirsche/patch-8
Clarify the bs-callout on multiple open modals
Diffstat (limited to 'docs')
| -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"> |
