Skip to content

Commit edce7e6

Browse files
authored
Localize the recycle bin tree root. (#18060)
1 parent 90fd0f5 commit edce7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Web.UI.Client/src/packages/media/media/recycle-bin/tree/media-recycle-bin-tree.repository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class UmbMediaRecycleBinTreeRepository
2121
const data = {
2222
unique: null,
2323
entityType: UMB_MEDIA_RECYCLE_BIN_ROOT_ENTITY_TYPE,
24-
name: 'Recycle Bin',
24+
name: '#treeHeaders_contentRecycleBin',
2525
icon: 'icon-trash',
2626
hasChildren,
2727
isContainer: false,

0 commit comments

Comments
 (0)