mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 03:14:40 +03:00
Updated the message prompt in project deletion. (#6482)
Signed-off-by: Elon Gliksberg <elongliks@gmail.com>
This commit is contained in:
parent
b0e523eb17
commit
b211bbec7b
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user