From 0c3c701fcbb6928cb83c09e4d85037f85bd0492b Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Mon, 15 Apr 2024 19:44:30 +0200 Subject: [PATCH] update labels --- src/Umbraco.Web.UI.Client/src/assets/lang/en-us.ts | 3 ++- .../common/duplicate/duplicate-to/duplicate-to.action.kind.ts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/assets/lang/en-us.ts b/src/Umbraco.Web.UI.Client/src/assets/lang/en-us.ts index 86c8f304e9..0e17b9bed6 100644 --- a/src/Umbraco.Web.UI.Client/src/assets/lang/en-us.ts +++ b/src/Umbraco.Web.UI.Client/src/assets/lang/en-us.ts @@ -10,7 +10,8 @@ export default { chooseWhereToCopy: 'Choose where to copy', chooseWhereToImport: 'Choose where to import', chooseWhereToMove: 'Choose where to move', - copy: 'Copy to', + copy: 'Duplicate', + copyTo: 'Duplicate to', create: 'Create', createblueprint: 'Create Document Blueprint', createGroup: 'Create group', diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/entity-action/common/duplicate/duplicate-to/duplicate-to.action.kind.ts b/src/Umbraco.Web.UI.Client/src/packages/core/entity-action/common/duplicate/duplicate-to/duplicate-to.action.kind.ts index 95c01ec981..bc9e256b06 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/entity-action/common/duplicate/duplicate-to/duplicate-to.action.kind.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/entity-action/common/duplicate/duplicate-to/duplicate-to.action.kind.ts @@ -15,7 +15,7 @@ export const manifest: UmbBackofficeManifestKind = { forEntityTypes: [], meta: { icon: 'icon-enter', - label: '#actions_copy', + label: '#actions_copyTo', treeRepositoryAlias: '', duplicateRepositoryAlias: '', treeAlias: '',