diff --git a/game/modules/tome/data/talents/chronomancy/temporal-combat.lua b/game/modules/tome/data/talents/chronomancy/temporal-combat.lua
index ea784f06ea1e4d39084746712b09fd1e507e6dad..96ed70e6861c6e45fa0584c9d6ea8f981c661192 100644
--- a/game/modules/tome/data/talents/chronomancy/temporal-combat.lua
+++ b/game/modules/tome/data/talents/chronomancy/temporal-combat.lua
@@ -121,6 +121,6 @@ newTalent{
 	info = function(self, t)
 		local duration = t.getDuration(self, t)
 		return ([[For the next %d turns, you convert all non-temporal damage you receive into temporal damage spread out over six turns.
-		This spell takes no time to cast, and the duration will scale with your Paradox.]]):format (duration)
+		The duration will scale with your Paradox.]]):format (duration)
 	end,
 }