]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Clarify the bs-callout on multiple open modals 16504/head
authorKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Mon, 18 May 2015 12:35:48 +0000 (08:35 -0400)
committerKevin Kirsche <Kev.Kirsche@gmail.com>
Mon, 18 May 2015 22:30:58 +0000 (18:30 -0400)
[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.

docs/_includes/js/modal.html

index fca8c42c965675c9ac505bf397ad85630ed8edea..840091f8543c96401f2ba1247d8fc99e7a0fc9df 100644 (file)
@@ -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">