]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix translation of home breadcrumb 33119/head
authorChristopher Ng <chrng8@gmail.com>
Mon, 4 Jul 2022 22:29:52 +0000 (22:29 +0000)
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>
Tue, 5 Jul 2022 18:36:29 +0000 (18:36 +0000)
Signed-off-by: Christopher Ng <chrng8@gmail.com>
apps/files/js/breadcrumb.js

index 383d3debd0911e060d176f5437b8a520da453c64..5386d6ee4a49dc739d03d47a3600564c7ec02dad 100644 (file)
                        });
                        // root part
                        crumbs.push({
-                               name: t('core', 'Home'),
+                               name: t('files', 'Home'),
                                dir: '/',
                                class: 'crumbhome',
                                linkclass: rootIcon || 'icon-home'