Merge pull request #33109 from nextcloud/fix/l10n-home-breadcrumb

This commit is contained in:
John Molakvoæ 2022-07-05 07:50:45 +02:00 committed by GitHub
commit b5b4ab40af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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