Improve copy of "reaction limit reached" text

There is an edge case that triggers an issue with the js.discourse_reactions.reaction.too_many_request. The problem is that the same text string is used when when a user exceeds their max likes per day or when a user triggers a rate limit by repeatedly clicking the reactions button. More details about this are here: Rate-Limit Message displaying as 'Out of Reactions' - #13 by simon. That topic’s OP gives details about how a user managed to trigger the rate limit by repeatedly clicking the reactions buttons. I’m able to reproduce that issue. For that case, the error message that is displayed is now incorrect.

2 Likes