diff --git a/plugins/tracker-resources/src/index.ts b/plugins/tracker-resources/src/index.ts index 6675385244..59ba98e91b 100644 --- a/plugins/tracker-resources/src/index.ts +++ b/plugins/tracker-resources/src/index.ts @@ -279,7 +279,7 @@ async function deleteProject (project: Project | undefined): Promise { showPopup(MessageBox, { label: tracker.string.DeleteProject, labelProps: { name: project.name }, - message: tracker.string.ArchiveProjectConfirm, + message: tracker.string.DeleteProjectConfirm, action: async () => { // void client.update(project, { archived: true }) const client = getClient()