Fix translation of home breadcrumb

Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
Christopher Ng 2022-07-04 22:29:52 +00:00 committed by backportbot-nextcloud[bot]
parent e00ef77def
commit e29c7061e2

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'