File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ export async function clientLoader() {
62
62
return null
63
63
}
64
64
65
- export const handle = { crumb : 'Access' }
65
+ export const handle = { crumb : 'Silo Access' }
66
66
67
67
type UserRow = {
68
68
id : string
@@ -165,7 +165,7 @@ export default function SiloAccessPage() {
165
165
return (
166
166
< >
167
167
< PageHeader >
168
- < PageTitle icon = { < Access24Icon /> } > Access</ PageTitle >
168
+ < PageTitle icon = { < Access24Icon /> } > Silo Access</ PageTitle >
169
169
< DocsPopover
170
170
heading = "access"
171
171
icon = { < Access16Icon /> }
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ export async function clientLoader({ params }: LoaderFunctionArgs) {
71
71
return null
72
72
}
73
73
74
- export const handle = { crumb : 'Access' }
74
+ export const handle = { crumb : 'Project Access' }
75
75
76
76
type UserRow = {
77
77
id : string
@@ -204,7 +204,7 @@ export default function ProjectAccessPage() {
204
204
return (
205
205
< >
206
206
< PageHeader >
207
- < PageTitle icon = { < Access24Icon /> } > Access</ PageTitle >
207
+ < PageTitle icon = { < Access24Icon /> } > Project Access</ PageTitle >
208
208
< DocsPopover
209
209
heading = "access"
210
210
icon = { < Access16Icon /> }
Original file line number Diff line number Diff line change @@ -431,7 +431,7 @@ exports[`breadcrumbs 2`] = `
431
431
" path" : " /projects/p/instances" ,
432
432
},
433
433
{
434
- " label" : " Access" ,
434
+ " label" : " Project Access" ,
435
435
" path" : " /projects/p/access" ,
436
436
},
437
437
],
@@ -539,7 +539,7 @@ exports[`breadcrumbs 2`] = `
539
539
],
540
540
" siloAccess (/access)" : [
541
541
{
542
- " label" : " Access" ,
542
+ " label" : " Silo Access" ,
543
543
" path" : " /access" ,
544
544
},
545
545
],
You can’t perform that action at this time.
0 commit comments