diff --git a/scripts/mongodb/createBulkPrepaids.js b/scripts/mongodb/createBulkPrepaids.js
index cd4d6920e..fa9610440 100644
--- a/scripts/mongodb/createBulkPrepaids.js
+++ b/scripts/mongodb/createBulkPrepaids.js
@@ -4,7 +4,7 @@
 // mongo <address>:<port>/<database> <script file> -u <username> -p <password>
 
 var num = 10;
-var message = "Thanks for filling out the form.  You can follow this link to enable your free teacher subscription.  If you have any questions or comments, please let me know.";
+var message = "Thanks for filling out the form.  You can follow this link to enable your free subscription for teachers.  If you have any questions or comments, please let me know.";
 var urlPrefix = "https://codecombat.com/account/subscription?_ppc=";
 var creatorID = "52f94443fcb334581466a992";