Skip to content

Commit

Permalink
Add name for home breadcrumb in filepicker
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <[email protected]>
  • Loading branch information
Pytal authored and backportbot-nextcloud[bot] committed Feb 24, 2023
1 parent ec1f165 commit db786ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,7 @@ code {
padding-right: 140px;

div:first-child a {
font-size: 0px;
background-image: var(--icon-home-dark);
background-repeat: no-repeat;
background-position: left center;
Expand Down
2 changes: 1 addition & 1 deletion core/src/OC/dialogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,7 @@ const Dialogs = {

$template.octemplate({
dir: '',
name: '' // Ugly but works ;)
name: t('core', 'Home'),
}, { escapeFunction: null }).prependTo(this.$dirTree)

},
Expand Down

0 comments on commit db786ec

Please sign in to comment.