mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 19:02:46 +08:00
FIX: Try to match advanced tutorial reset first (#8048)
Advanced trigger is currently broken on: ca es et fr he it pt_BR And that is because the translation levels for the plugin are kinda low, so I would guess it's broken for half the languages. Since we have only two tracks for a while now, a quick fix to me is inverting the selectors. This patch works because the advanced key is "larger" than the new user one.
This commit is contained in:
parent
90a8852b63
commit
45ff119f27
|
@ -8,8 +8,8 @@ module DiscourseNarrativeBot
|
|||
PUBLIC_DISPLAY_BOT_HELP_KEY = 'discourse-narrative-bot:track-selector:display-bot-help'.freeze
|
||||
|
||||
TRACKS = [
|
||||
NewUserNarrative,
|
||||
AdvancedUserNarrative
|
||||
AdvancedUserNarrative,
|
||||
NewUserNarrative
|
||||
]
|
||||
|
||||
TOPIC_ACTIONS = [
|
||||
|
|
Loading…
Reference in New Issue
Block a user