From 587725ee61d461d1d80084dadf067211fd651406 Mon Sep 17 00:00:00 2001
From: John Jarvis <jrjarvis@mitx.mit.edu>
Date: Thu, 6 Sep 2012 15:12:19 -0400
Subject: [PATCH] more template updates to rename MITx to edX

---
 lms/templates/module-error.html                       | 2 +-
 lms/templates/static_templates/server-overloaded.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lms/templates/module-error.html b/lms/templates/module-error.html
index 3ea605dc279..659dbc1c864 100644
--- a/lms/templates/module-error.html
+++ b/lms/templates/module-error.html
@@ -1,5 +1,5 @@
 <section class="outside-app">
-  <h1>There has been an error on the <em>MITx</em> servers</h1>
+  <h1>There has been an error on the <em>edX</em> servers</h1>
   <p>We're sorry, this module is temporarily unavailable. Our staff is working to fix it as soon as possible. Please email us at <a href="mailto:technical@edx.org">technical@edx.org</a> to report any problems or downtime.</p>
 
 % if staff_access:
diff --git a/lms/templates/static_templates/server-overloaded.html b/lms/templates/static_templates/server-overloaded.html
index a202923fcda..bbf4550ff40 100644
--- a/lms/templates/static_templates/server-overloaded.html
+++ b/lms/templates/static_templates/server-overloaded.html
@@ -1,6 +1,6 @@
 <%inherit file="../main.html" />
 
 <section class="outside-app">
-  <h1>Currently the <em>MITx</em> servers are overloaded</h1>
+  <h1>Currently the <em>edX</em> servers are overloaded</h1>
   <p>Our staff is currently working to get the site back up as soon as possible. Please email us at <a href="mailto:technical@edx.org">technical@edx.org</a> to report any problems or downtime.</p>
 </section>
-- 
GitLab