Skip to content

Commit

Permalink
Updated the message prompt in project deletion.
Browse files Browse the repository at this point in the history
Signed-off-by: Elon Gliksberg <[email protected]>
  • Loading branch information
elongl committed Sep 4, 2024
1 parent b0e523e commit c30e616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/tracker-resources/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit c30e616

Please sign in to comment.