Rename channel to room

This commit is contained in:
Jon Staab
2025-10-30 15:36:14 -07:00
parent dbaa0f5d49
commit a324dad2ba
36 changed files with 148 additions and 148 deletions
+1 -1
View File
@@ -98,7 +98,7 @@
const manageAlerts = () => {
const component = hasAlerts ? Alerts : AlertAdd
const params = {url, channel: "push", hideSpaceField: true}
const params = {url, room: "push", hideSpaceField: true}
pushModal(component, params, {replaceState})
}