rename boarding to onboarding

This commit is contained in:
Andras Bacsai
2024-03-13 12:11:37 +01:00
parent 5c1c71c625
commit 6cb3df9350
7 changed files with 12 additions and 12 deletions

View File

@@ -419,7 +419,7 @@ const magicActions = [{
},
{
id: 24,
name: 'Goto: Boarding process',
name: 'Goto: Onboarding process',
icon: 'goto',
sequence: ['main', 'redirect']
},
@@ -667,7 +667,7 @@ async function redirect() {
targetUrl.pathname = `/team`
break;
case 24:
targetUrl.pathname = `/boarding`
targetUrl.pathname = `/onboarding`
break;
case 25:
targetUrl.pathname = `/security/api-tokens`