From 1bac3c5694d72a189f60e1627ba2b11147fc8725 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Mon, 4 Jul 2022 22:29:52 +0000 Subject: Fix translation of home breadcrumb Signed-off-by: Christopher Ng --- apps/files/js/breadcrumb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/files/js/breadcrumb.js b/apps/files/js/breadcrumb.js index f0a4da2d6d9..b6e31a9e6d4 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' -- cgit v1.2.3