File tree Expand file tree Collapse file tree
packages/web-app-files/src/views/spaces Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ const breadcrumbs = computed(() => {
261261 if (isProjectSpaceResource (unref (space ))) {
262262 rootBreadcrumbItems .push ({
263263 id: uuidV4 (),
264- text: $gettext (' Spaces ' ),
264+ text: unref ( route ). params . scope === ' vault ' ? $gettext (' Vault ' ) : $gettext ( ' Drive ' ),
265265 to: createLocationSpaces (' files-spaces-projects' ),
266266 isStaticNav: true
267267 })
Original file line number Diff line number Diff line change @@ -462,7 +462,7 @@ const spacesHelpList = computed(() => {
462462const breadcrumbs = computed (() => {
463463 return [
464464 {
465- text: $gettext (' Spaces ' ),
465+ text: unref ( route ). params . scope === ' vault ' ? $gettext (' Vault ' ) : $gettext ( ' Drive ' ),
466466 onClick : () => loadResourcesTask .perform (),
467467 isStativNav: true
468468 }
You can’t perform that action at this time.
0 commit comments