Skip to content

Commit

Permalink
[MI-3699] Removed the unnecessary hint in "settings" command. (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
raghavaggarwal2308 authored Nov 7, 2023
1 parent a44bfe7 commit d8de3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ func (p *Plugin) getAutocompleteData() *model.AutocompleteData {
}

// setting to allow the user to decide whether to use PMI for instant meetings
setting := model.NewAutocompleteData("settings", "[command]", "Update your preferences")
setting := model.NewAutocompleteData("settings", "", "Update your preferences")
zoom.AddCommand(setting)

help := model.NewAutocompleteData("help", "", "Display usage")
Expand Down

0 comments on commit d8de3a8

Please sign in to comment.