Home Forums Themeqx Advanced PhP Laravel Classified ads cms I want to edit the text for the search Reply To: I want to edit the text for the search

#409

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