diff --git a/conf/bb-manifest.xml b/conf/bb-manifest.xml
index 54be2bdb0826ce233b3212cc50ae6a9fb8b1a36e..7329d6cdf177bde52f78c7a075cd950e8a46d337 100644
--- a/conf/bb-manifest.xml
+++ b/conf/bb-manifest.xml
@@ -4,7 +4,7 @@
 		<name value="Courses to Migrate Module"/>
 		<handle value="crs_migrate_bb"/>
 		<description value="Displays a list of courses the user is Instructing and allows them to designate the ones to be migrated to the new server."/>
-		<version value="0.3.2"/>
+		<version value="0.3.3"/>
 
 		<requires>
 			<bbversion value="8.0.0"/>
diff --git a/web/module/migrate_form.jsp b/web/module/migrate_form.jsp
index 4c94d589fb7b02492c62f34c55a9c0625a67175c..a26f279857cb52f4ad13c7d7d2a43c77f3896522 100644
--- a/web/module/migrate_form.jsp
+++ b/web/module/migrate_form.jsp
@@ -29,7 +29,7 @@
 
 <%!
 static final long COURSE_SIZE_LIMIT = 4294967296L; //(4GB) Courses larger than this size can cause problems for the export/import tools
-static final String COURSE_SIZE_WARNING = "This course may be too large to be migrated automatically. For assistance, please contact the computer help center at: 472-3970.";
+static final String COURSE_SIZE_WARNING = "This course may be too large to be migrated automatically. For assistance, please contact the computer help center at: 402-472-3970.";
 String display_orgs;
 String filter_enabled;
 String filter_type;