From bae42946d24bd533cdbc1b271ce14acd752689d0 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Tue, 7 Jul 2026 17:04:00 -0400 Subject: feat: standardize new room names to Room # --- internal/admin/static/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/admin/static') diff --git a/internal/admin/static/map.js b/internal/admin/static/map.js index 9044286..9974b2c 100644 --- a/internal/admin/static/map.js +++ b/internal/admin/static/map.js @@ -2169,7 +2169,7 @@ function dirLabel(d) { // insertRoom calls the admin insert endpoint to push a new room into id's dir // exit, then refreshes the map and selects the new room. The backend fills in -// the default name ("New Room") when none is supplied. +// the default name ("Room #") when none is supplied. function insertRoom(fromID, dir) { API.post('/api/rooms/insert', { from: fromID, dir: dir, name: '' }).then(function(r) { var nid = r && r.room && r.room.id; -- cgit v1.2.3