Merge pull request #33119 from nextcloud/backport/33109/stable24

[stable24] Fix translation of home breadcrumb
pull/33138/head
blizzz 2 years ago committed by GitHub
commit 0cbea21e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -220,7 +220,7 @@
});
// root part
crumbs.push({
name: t('core', 'Home'),
name: t('files', 'Home'),
dir: '/',
class: 'crumbhome',
linkclass: rootIcon || 'icon-home'

Loading…
Cancel
Save