Updated the message prompt in project deletion. (#6482)

Signed-off-by: Elon Gliksberg <elongliks@gmail.com>
This commit is contained in:
Elon Gliksberg 2024-09-05 07:27:52 +03:00 committed by GitHub
parent b0e523eb17
commit b211bbec7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -279,7 +279,7 @@ async function deleteProject (project: Project | undefined): Promise<void> {
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()