aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-03-09 15:03:11 +0000
committerMark Otto <[email protected]>2015-03-09 15:03:11 +0000
commit707e008d4bf59582fa8a6844cd1c15504087c223 (patch)
treed509a77de62e860f9b6ee9d56f7a99c6b8d12a1a
parent46313d5d06a31b3cb275058d204f2bdc8fd810ef (diff)
downloadbootstrap-707e008d4bf59582fa8a6844cd1c15504087c223.tar.xz
bootstrap-707e008d4bf59582fa8a6844cd1c15504087c223.zip
copy change
-rw-r--r--docs/javascript/alerts.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript/alerts.md b/docs/javascript/alerts.md
index 4cda070f0..9b677a765 100644
--- a/docs/javascript/alerts.md
+++ b/docs/javascript/alerts.md
@@ -22,7 +22,7 @@ When using a `.close` button, it must be the first child of the `.alert-dismissi
{% example html %}
<div class="alert alert-danger alert-dismissible fade in" role="alert">
<button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
- <h4 class="alert-heading">Oh snap! You got an error!</h4>
+ <h5 class="alert-heading">Sorry, something went wrong.</h5>
<p>Change this and that and try again. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.</p>
<p>
<button type="button" class="btn btn-danger">Take this action</button>