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
path: root/apps
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-07-05 08:50:45 +0300
committerGitHub <noreply@github.com>2022-07-05 08:50:45 +0300
commitb5b4ab40af63f25f322b65f92cfa2c731827c2ef (patch)
treebe20b93047b12bd415fade30148b9db1801753d9 /apps
parentbed683178331efe322b0c34249a18ba84b0ef30f (diff)
parenta56d91bab58e21a4d1d2249567a06e9d63a0024e (diff)
Merge pull request #33109 from nextcloud/fix/l10n-home-breadcrumb
Diffstat (limited to 'apps')
-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'