Skip to content

Commit

Permalink
fix for Delete application confirmation message points to the workspa…
Browse files Browse the repository at this point in the history
…ce but says environment radius-project#7089

Signed-off-by: Josh Handel <josh@liveoak.ws>
Signed-off-by: Josh <josh@liveoak.ws>
  • Loading branch information
jhandel committed Feb 1, 2024
1 parent d7213b9 commit 40fe011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/cmd/app/delete/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
)

const (
deleteConfirmation = "Are you sure you want to delete application '%v' from environment '%v'?"
deleteConfirmation = "Are you sure you want to delete application '%v' from workspace '%v'?"
bicepWarning = "'%v' is a Bicep filename or path and not the name of a Radius Application. Specify the name of a valid application and try again"
)

Expand Down

0 comments on commit 40fe011

Please sign in to comment.