Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2022-07-05 01:29:52 +0300
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>2022-07-05 21:36:29 +0300
commite29c7061e2f686769dcd9fb36d15cb291031dbfb (patch)
treec29623e93281d0bcf56bb6f81788cd460099e9d6
parente00ef77def5cde9f631e4a3d87f9d6b0d909decf (diff)
Fix translation of home breadcrumbbackport/33109/stable24
Signed-off-by: Christopher Ng <chrng8@gmail.com>
-rw-r--r--apps/files/js/breadcrumb.js2
1 files changed, 1 insertions, 1 deletions
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'