diff --git a/code/game/objects/items/devices/holowarrant.dm b/code/game/objects/items/devices/holowarrant.dm
index 37a5ade906..0272dac254 100644
--- a/code/game/objects/items/devices/holowarrant.dm
+++ b/code/game/objects/items/devices/holowarrant.dm
@@ -68,7 +68,7 @@
if(active.fields["arrestsearch"] == "arrest")
var/output = {"
[active.fields["namewarrant"]]
- Sol Central Government Colonial Marshal Bureau
+ Commonwealth Security Bond Association
in the jurisdiction of the
[using_map.boss_name] in [using_map.station_name]
@@ -115,7 +115,7 @@
name = "holowarrant devices"
desc = "A box of holowarrant diplays for security use."
-/obj/item/weapon/storage/box/holowarrants/New()
+/obj/item/weapon/storage/box/holowarrants/New()
..()
for(var/i = 0 to 3)
new /obj/item/device/holowarrant(src) // VOREStation addition ends
\ No newline at end of file