Skip to content

Commit

Permalink
Merge pull request #33109 from nextcloud/fix/l10n-home-breadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Jul 5, 2022
2 parents bed6831 + a56d91b commit b5b4ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/js/breadcrumb.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
});
// root part
crumbs.push({
name: t('core', 'Home'),
name: t('files', 'Home'),
dir: '/',
class: 'crumbhome',
linkclass: rootIcon || 'icon-home'
Expand Down

0 comments on commit b5b4ab4

Please sign in to comment.