Skip to content

Commit

Permalink
Updating delete confirmation message
Browse files Browse the repository at this point in the history
Signed-off-by: ytimocin <ytimocin@microsoft.com>
  • Loading branch information
ytimocin committed Jan 18, 2024
1 parent 33a43ca commit bbdbef6
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 '%v'?"
deleteConfirmation = "Are you sure you want to delete application '%v' from environment '%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 bbdbef6

Please sign in to comment.