diff --git a/code/datums/map_config.dm b/code/datums/map_config.dm
index 546b9c3f87..c4180810bd 100644
--- a/code/datums/map_config.dm
+++ b/code/datums/map_config.dm
@@ -13,7 +13,7 @@
var/voteweight = 1
// Config actually from the JSON - default values
- var/map_name = "LV624"
+ var/map_name = "The Outer Veil PST"
var/map_path = "map_files/LV624"
var/map_file = "LV624.dmm"
diff --git a/code/game/area/ovpst.dm b/code/game/area/ovpst.dm
index d54431c364..40151b4c17 100644
--- a/code/game/area/ovpst.dm
+++ b/code/game/area/ovpst.dm
@@ -1,4 +1,5 @@
/area/ovpst
+ name = "The Outer Veil Primary Supply Terminal - Interiors"
icon = 'icons/turf/area_almayer.dmi'
// ambience = list('sound/ambience/shipambience.ogg')
icon_state = "almayer"
diff --git a/code/game/world.dm b/code/game/world.dm
index 64f0bbe03a..5ab57d5222 100644
--- a/code/game/world.dm
+++ b/code/game/world.dm
@@ -275,16 +275,9 @@ GLOBAL_LIST_INIT(reboot_sfx, file2list("config/reboot_sfx.txt"))
/world/proc/update_status()
//Note: Hub content is limited to 254 characters, including limited HTML/CSS.
var/s = ""
-
- if(CONFIG_GET(string/servername))
- s += "[CONFIG_GET(string/servername)]"
-
- if(SSmapping?.configs)
- var/datum/map_config/MG = SSmapping.configs[GROUND_MAP]
- s += "
Map: [MG?.map_name ? "[MG.map_name]" : ""]"
- if(SSticker?.mode)
- s += "
Mode: [SSticker.mode.name]"
- s += "
Round time: [duration2text()]"
+ s += "Sector Patrol ALPHA - A Role-playing game mode without player antagonists
"
+ s += "Late joining may be disabled, but you may create your character at any time.
"
+ s += "Join the Neroid Sector Discord."
world.status = s
diff --git a/maps/lv624.json b/maps/lv624.json
index 76b00753db..cd397db8d3 100644
--- a/maps/lv624.json
+++ b/maps/lv624.json
@@ -1,5 +1,5 @@
{
- "map_name": "LV-624",
+ "map_name": "The Outer Veil PST",
"map_path": "map_files/LV624",
"map_file": "LV624.dmm",
"webmap_url": "LV624",