mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 01:00:50 -04:00
Fix translation of home breadcrumb
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
e00ef77def
commit
e29c7061e2
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