[acs-3548] fixed csv file issues(878577) (#2729)

This commit is contained in:
rbahirsheth 2022-10-18 21:48:46 +05:30 committed by GitHub
parent b14d9f5b06
commit c2145001b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -113,6 +113,7 @@ export const APP_ROUTES: Routes = [
path: ':activeTab', path: ':activeTab',
component: DetailsComponent, component: DetailsComponent,
data: { data: {
title: 'APP.BROWSE.PERSONAL.PERMISSIONS.TITLE',
navigateSource: 'personal-files' navigateSource: 'personal-files'
} }
} }

View File

@ -108,6 +108,9 @@
"SIDENAV_LINK": { "SIDENAV_LINK": {
"LABEL": "Personal Files", "LABEL": "Personal Files",
"TOOLTIP": "View your Personal Files" "TOOLTIP": "View your Personal Files"
},
"PERMISSIONS": {
"TITLE": "Permissions"
} }
}, },
"LIBRARIES": { "LIBRARIES": {