Hi
There is a file contains all of the string located in /root/resources/lang/en/app.php
Please find your string there and change right side text, example: you may want a text called Home
, then find the Home
in this file.
Change
'home' => 'Home',
to
'home' => 'Your Home'
,
Then your text will be change.
Best regards