Skip to content

Commit

Permalink
improve copy for opening the chrome extension
Browse files Browse the repository at this point in the history
Signed-off-by: Shantanu <[email protected]>
  • Loading branch information
joshi4 committed Jan 24, 2025
1 parent c69765f commit fab8693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/history.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ func getLinks(ctx context.Context) ([]extension.HistoryItem, error) {
form := huh.NewForm(
huh.NewGroup(
huh.NewSelect[string]().
Title("Share important links from your browser history").
Description("Select the links you want to share with the team").
Title("Attach links from your browser history").
Description("Share links to logs, dashboards, metrics and more with your team").
Options(
huh.NewOption("Open Chrome Extension", "open"),
huh.NewOption("Skip", "skip"),
Expand Down

0 comments on commit fab8693

Please sign in to comment.