nymanjens / quizmaster

A web-app for conducting a quiz over the internet
Other
228 stars 32 forks source link

Change NavBar Title? #21

Closed JoshMout closed 12 months ago

JoshMout commented 12 months ago

Hi, is there any way to change the title in the top navbar?

Screenshot 2023-10-23 120248

It's the one thing I can't seem to figure out how to change.

nymanjens commented 12 months ago

It's a hard-coded string here: https://github.com/nymanjens/quizmaster/blob/master/app/js/shared/src/main/scala/app/flux/react/app/Layout.scala#L69

You could change it and re-compile the code, or send me a pull request pulling the string into i18n