UI Content
-
Which files should be altered in order to change some of the UI text?
-
@student You have to find the template of the UI content you want to change. Template files are in
resources/views/
If you found the template file, you will discovertrans()
functions which refer to
language resource files. All language resource files can be found inresources/lang/en/
. In there you can change the UI text.If you have general improvements of current UI texts, it would be great if you could submit them via github.