chore: Rename Command Center to Terminal in code and views

This commit is contained in:
Andras Bacsai
2024-09-13 15:18:00 +02:00
parent 7cac243589
commit 51c43e7457
5 changed files with 13 additions and 12 deletions

View File

@@ -390,7 +390,7 @@ const magicActions = [{
},
{
id: 19,
name: 'Goto: Command Center',
name: 'Goto: Terminal',
icon: 'goto',
sequence: ['main', 'redirect']
},
@@ -653,7 +653,7 @@ async function redirect() {
targetUrl.pathname = `/settings`
break;
case 19:
targetUrl.pathname = `/command-center`
targetUrl.pathname = `/terminal`
break;
case 20:
targetUrl.pathname = `/team/notifications`