Fix Empty Recycle Bin view not found on Linux

This commit is contained in:
Daniël Knippers
2022-02-15 21:14:02 +01:00
committed by Sebastiaan Janssen
parent ab870347ed
commit 8877c9c73d
22 changed files with 22 additions and 22 deletions

View File

@@ -470,7 +470,7 @@ namespace Umbraco.Cms.Web.BackOffice.Trees
// only add empty recycle bin if the current user is allowed to delete by default
if (deleteAllowed)
{
menu.Items.Add(new MenuItem("emptyRecycleBin", LocalizedTextService)
menu.Items.Add(new MenuItem("emptyrecyclebin", LocalizedTextService)
{
Icon = "trash",
OpensDialog = true