Skip to content

Commit

Permalink
Reword autocomplete description
Browse files Browse the repository at this point in the history
Co-Authored-By: Jesse Hallam <[email protected]>
  • Loading branch information
agarciamontoro and lieut-data authored Mar 17, 2020
1 parent f9221e4 commit 324f6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/command_hooks.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func (p *Plugin) registerCommands() error {
if err := p.client.SlashCommand.Register(&model.Command{
Trigger: commandTriggerExport,
AutoComplete: true,
AutoCompleteDesc: "Export the channel you are on right now.",
AutoCompleteDesc: "Export the current channel.",
}); err != nil {
return errors.Wrapf(err, "failed to register %s command", commandTriggerExport)
}
Expand Down

0 comments on commit 324f6d8

Please sign in to comment.