diff --git a/public/js/services/guideServices.js b/public/js/services/guideServices.js
index 96bc90f202..aa57141cce 100644
--- a/public/js/services/guideServices.js
+++ b/public/js/services/guideServices.js
@@ -159,7 +159,7 @@ angular.module('guideServices', []).
}),
element: '.equipment-tab',
title: "Class Gear",
- content: "First: don't panic! Your old gear is in your inventory, and you're now wearing your apprentice " + User.user.stats.class + " equipment. Wearing your class's gear grants you a 1.5% bonus to stats. However, feel free to switch back to your old gear."
+ content: "First: don't panic! Your old gear is in your inventory, and you're now wearing your apprentice " + User.user.stats.class + " equipment. Wearing your class's gear grants you a 50% bonus to stats. However, feel free to switch back to your old gear."
},
{
path: '/#/options/profile/stats',