Skip to content

Commit

Permalink
Updating delete confirmation message (radius-project#7049)
Browse files Browse the repository at this point in the history
# Description

Ran into this message while testing something else.
Updated the confirmation message of app deletion. Not sure if this
should be the case.

## Type of change
- This pull request is a minor refactor, code cleanup, test improvement,
or other maintenance task and doesn't change the functionality of Radius
(issue link optional).
Fixes: #issue_number

Signed-off-by: ytimocin <ytimocin@microsoft.com>
  • Loading branch information
ytimocin authored and willdavsmith committed Mar 4, 2024
1 parent 458ee75 commit 4fa1af5
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 4fa1af5

Please sign in to comment.