Browse Source

feat: replace "Folder tree structure" with "Folder tree"

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Co-Authored-By: kramo <git@kramo.page>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
pull/54085/head
Jérôme Herbinet 4 months ago
committed by nextcloud-command
parent
commit
ee3e628b7a
  1. 2
      apps/files/src/views/folderTree.ts
  2. 4
      dist/files-init.js
  3. 2
      dist/files-init.js.map

2
apps/files/src/views/folderTree.ts

@ -151,7 +151,7 @@ const registerTreeRoot = () => {
Navigation.register(new View({
id: folderTreeId,
name: t('files', 'All folders'),
name: t('files', 'Folder tree'),
caption: t('files', 'List of your files and folders.'),
icon: FolderMultipleSvg,

4
dist/files-init.js
File diff suppressed because it is too large
View File

2
dist/files-init.js.map
File diff suppressed because it is too large
View File

Loading…
Cancel
Save