diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/js/breadcrumb.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/breadcrumb.js b/apps/files/js/breadcrumb.js index 383d3debd09..5386d6ee4a4 100644 --- a/apps/files/js/breadcrumb.js +++ b/apps/files/js/breadcrumb.js @@ -220,7 +220,7 @@ }); // root part crumbs.push({ - name: t('core', 'Home'), + name: t('files', 'Home'), dir: '/', class: 'crumbhome', linkclass: rootIcon || 'icon-home' |