mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #33109 from nextcloud/fix/l10n-home-breadcrumb
This commit is contained in:
commit
b5b4ab40af
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@
|
|||
});
|
||||
// root part
|
||||
crumbs.push({
|
||||
name: t('core', 'Home'),
|
||||
name: t('files', 'Home'),
|
||||
dir: '/',
|
||||
class: 'crumbhome',
|
||||
linkclass: rootIcon || 'icon-home'
|
||||
|
|
|
|||
Loading…
Reference in a new issue