From 7c23d889bb89fa7dc5ea17347a6b3a44c01f652d Mon Sep 17 00:00:00 2001
From: Mark Otto <otto@github.com>
Date: Thu, 17 Jan 2013 12:13:37 -0800
Subject: [PATCH] Change subheading of alerts page

---
 docs/components.html                     | 2 +-
 docs/templates/pages/components.mustache | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/components.html b/docs/components.html
index 73261610ca..22894dd4f9 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -1549,7 +1549,7 @@
         ================================================== -->
         <section id="alerts">
           <div class="page-header">
-            <h1>Alerts <small>Styles for success, warning, and error messages</small></h1>
+            <h1>Alerts <small>Styles for contextual feedback messages</small></h1>
           </div>
 
           <h2>Default alert</h2>
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache
index 8ec40dcad5..03110beacc 100644
--- a/docs/templates/pages/components.mustache
+++ b/docs/templates/pages/components.mustache
@@ -1481,7 +1481,7 @@
         ================================================== -->
         <section id="alerts">
           <div class="page-header">
-            <h1>Alerts <small>Styles for success, warning, and error messages</small></h1>
+            <h1>Alerts <small>Styles for contextual feedback messages</small></h1>
           </div>
 
           <h2>Default alert</h2>
-- 
GitLab