From e29c7061e2f686769dcd9fb36d15cb291031dbfb Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Mon, 4 Jul 2022 22:29:52 +0000 Subject: [PATCH] Fix translation of home breadcrumb Signed-off-by: Christopher Ng --- apps/files/js/breadcrumb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.39.5