diff --git a/code/game/gamemodes/blob/blob_report.dm b/code/game/gamemodes/blob/blob_report.dm
index b9ade7a00f6..2977112af82 100644
--- a/code/game/gamemodes/blob/blob_report.dm
+++ b/code/game/gamemodes/blob/blob_report.dm
@@ -11,7 +11,7 @@
intercepttext += "Nanotrasen Update: Biohazard Alert.
"
intercepttext += "Reports indicate the probable transfer of a biohazardous agent onto [station_name()] during the last crew deployment cycle.
"
intercepttext += "Preliminary analysis of the organism classifies it as a level 5 biohazard. Its origin is unknown.
"
- intercepttext += "NanoTrasen has issued a directive 7-10 for [station_name()]. The station is to be considered quarantined.
"
+ intercepttext += "Nanotrasen has issued a directive 7-10 for [station_name()]. The station is to be considered quarantined.
"
intercepttext += "Orders for all [station_name()] personnel follows:
"
intercepttext += " 1. Do not leave the quarantine area.
"
intercepttext += " 2. Locate any outbreaks of the organism on the station.
"
@@ -26,7 +26,7 @@
if(bomb.z == ZLEVEL_STATION)
bomb.r_code = nukecode
- intercepttext += "NanoTrasen Update: Biohazard Alert.
"
+ intercepttext += "Nanotrasen Update: Biohazard Alert.
"
intercepttext += "Directive 7-12 has been issued for [station_name()].
"
intercepttext += "The biohazard has grown out of control and will soon reach critical mass.
"
intercepttext += "Your orders are as follows:
"