Fix i18n and analytics
This commit is contained in:
parent
9b5823cccb
commit
77f715ba73
2 changed files with 3 additions and 3 deletions
|
@ -974,7 +974,7 @@ export const Commands = [
|
|||
args: "<description>",
|
||||
runFn: function(roomId, args) {
|
||||
return success(
|
||||
Modal.createTrackedDialog('Bug Report Dialog', '', BugReportDialog, {
|
||||
Modal.createTrackedDialog('Slash Commands', 'Bug Report Dialog', BugReportDialog, {
|
||||
initialText: args,
|
||||
}).finished,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue