Skip to content

Commit 59319b0

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

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
@@ -126,8 +126,8 @@ func confirmUnlink(ctx context.Context, IO iostreams.IOStreamer, selection promp
126126
// printUnlinkSuccess displays success message after unlinking
127127
func printUnlinkSuccess(ctx context.Context, clients *shared.ClientFactory, app types.App) error {
128128
clients.IO.PrintInfo(ctx, false, "\n%s", style.Sectionf(style.TextSection{
129-
Emoji: "white_check_mark",
130-
Text: "App Unlinked",
129+
Emoji: "unlock",
130+
Text: "App Unlink",
131131
Secondary: []string{
132132
fmt.Sprintf("Removed app %s from project", app.AppID),
133133
fmt.Sprintf("Team: %s", app.TeamDomain),

0 commit comments

Comments
 (0)