diff --git a/code/modules/atmospherics/machinery/components/unary_devices/thermomachine.dm b/code/modules/atmospherics/machinery/components/unary_devices/thermomachine.dm
index 13ff3db820..cff08d0d02 100644
--- a/code/modules/atmospherics/machinery/components/unary_devices/thermomachine.dm
+++ b/code/modules/atmospherics/machinery/components/unary_devices/thermomachine.dm
@@ -61,7 +61,7 @@
. = ..()
. += "The thermostat is set to [target_temperature]K ([target_temperature-T0C]C)."
if(in_range(user, src) || isobserver(user))
- . += "The status display reads: Effective heat capacity [(heat_capacity] J/K."
+ . += "The status display reads: Effective heat capacity [heat_capacity] J/K."
. += "Temperature range [min_temperature]K - [max_temperature]K ([min_temperature-T0C]C - [max_temperature-T0C]C)."
/obj/machinery/atmospherics/components/unary/thermomachine/process_atmos()