diff --git a/src/Umbraco.Web.UI.Client/src/packages/templating/partial-views/entity-actions/rename/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/templating/partial-views/entity-actions/rename/manifests.ts index 8eefa4af2e..2a837319aa 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/templating/partial-views/entity-actions/rename/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/templating/partial-views/entity-actions/rename/manifests.ts @@ -14,9 +14,9 @@ export const manifests: Array = [ }, { type: 'entityAction', - kind: 'rename', + kind: 'renameServerFile', alias: UMB_RENAME_PARTIAL_VIEW_ENTITY_ACTION_ALIAS, - name: 'Rename PartialView Entity Action', + name: 'Rename Partial View Entity Action', forEntityTypes: [UMB_PARTIAL_VIEW_ENTITY_TYPE], meta: { renameRepositoryAlias: UMB_RENAME_PARTIAL_VIEW_REPOSITORY_ALIAS, diff --git a/src/Umbraco.Web.UI.Client/src/packages/templating/scripts/entity-actions/rename/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/templating/scripts/entity-actions/rename/manifests.ts index 3339b015fb..4c53a08799 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/templating/scripts/entity-actions/rename/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/templating/scripts/entity-actions/rename/manifests.ts @@ -14,7 +14,7 @@ export const manifests: Array = [ }, { type: 'entityAction', - kind: 'rename', + kind: 'renameServerFile', alias: UMB_RENAME_SCRIPT_ENTITY_ACTION_ALIAS, name: 'Rename Script Entity Action', forEntityTypes: [UMB_SCRIPT_ENTITY_TYPE], diff --git a/src/Umbraco.Web.UI.Client/src/packages/templating/stylesheets/entity-actions/rename/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/templating/stylesheets/entity-actions/rename/manifests.ts index 5d26b4b368..692ee8af2f 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/templating/stylesheets/entity-actions/rename/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/templating/stylesheets/entity-actions/rename/manifests.ts @@ -14,7 +14,7 @@ export const manifests: Array = [ }, { type: 'entityAction', - kind: 'rename', + kind: 'renameServerFile', alias: UMB_RENAME_STYLESHEET_ENTITY_ACTION_ALIAS, name: 'Rename Stylesheet Entity Action', forEntityTypes: [UMB_STYLESHEET_ENTITY_TYPE],