aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-05-26 15:15:15 -0700
committerChris Rebert <[email protected]>2015-05-26 15:15:15 -0700
commit3487898a6af8c1d5b12f7b040d30e71b19e34923 (patch)
treead89ba43a6b7562b4fcd248681ef1c64be930829 /docs
parentbb8821251b6b80891aa2d02985c760d1aea9f165 (diff)
parent97f8e5610d39581219fed48ec9d63d99eb9590e8 (diff)
downloadbootstrap-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.html2
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">