Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ramesh-dada authored Jul 14, 2021
1 parent 372d09f commit 0934de2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/src/forum/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ app.initializers.add('ramesh-dada-mobile-flarum-newdiscuss', () => {
disabled: !canStartDiscussion,
},
app.translator.trans(canStartDiscussion ? 'core.forum.index.start_discussion_button' : 'core.forum.index.cannot_start_discussion_button')
)
-100);
)
);
});
});

0 comments on commit 0934de2

Please sign in to comment.