From bbd30000856dfca50aa2cb942ca131caf082e341 Mon Sep 17 00:00:00 2001 From: leekelleher Date: Tue, 20 Feb 2024 17:54:44 +0000 Subject: [PATCH] Renamed the Media section to "media-management" This is to follow consistency with the members/users sections. My gut feeling is that I'm off with this, and need to sanity check with @madsrasmussen and @nielslyngsoe. --- .../src/packages/media/section.manifests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/media/section.manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/media/section.manifests.ts index 3925bb00f7..d5ae52de68 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/media/section.manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/media/section.manifests.ts @@ -12,7 +12,7 @@ const section: ManifestSection = { weight: 500, meta: { label: 'Media', - pathname: 'media', + pathname: 'media-management', }, conditions: [], };