Skip to content

Commit 7580cca

Browse files
srtaalejzimeg
andauthored
Update cmd/app/unlink.go
Co-authored-by: Eden Zimbelman <[email protected]>
1 parent e0bfd0d commit 7580cca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/app/unlink.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ func UnlinkCommandRunE(ctx context.Context, clients *shared.ClientFactory, cmd *
109109
// confirmUnlink prompts the user to confirm unlinking the app
110110
func confirmUnlink(ctx context.Context, IO iostreams.IOStreamer, selection prompts.SelectedApp) (bool, error) {
111111
IO.PrintInfo(ctx, false, "\n%s", style.Sectionf(style.TextSection{
112-
Emoji: "warning",
113-
Text: "Confirm Unlink",
112+
Emoji: "unlock",
113+
Text: "App Unlink",
114114
Secondary: []string{
115115
fmt.Sprintf("App (%s) will be removed from this project", selection.App.AppID),
116116
fmt.Sprintf("Team: %s", selection.Auth.TeamDomain),

0 commit comments

Comments
 (0)