zooniverse / planktonportal

3 stars 1 forks source link

Race condition on translating the tutorial next/start buttons #77

Closed chrissnyder closed 9 years ago

chrissnyder commented 9 years ago

Because language switching happens async, the next/start buttons on the tutorial are always shown in English, regardless if the selected language has the text available.

Pretty sure an event handler listening to when the language switch happens and then setting the next/start button text should fix this.