update label to "Move to..."

This commit is contained in:
Mads Rasmussen
2023-04-19 13:55:39 +02:00
parent e60de8cb98
commit c33a3e3c50

View File

@@ -11,7 +11,7 @@ const entityActions: Array<ManifestTypes> = [
weight: 900,
meta: {
icon: 'umb:enter',
label: 'Move...',
label: 'Move to...',
repositoryAlias: DATA_TYPE_REPOSITORY_ALIAS,
api: UmbMoveDataTypeEntityAction,
},