I want to change the title to the Russian language, in which file can I change this?
I was looking but never found!
Schedules - KD Avia
Profile - KD Avia
Thanks!
I want to change the title to the Russian language, in which file can I change this?
I was looking but never found!
Schedules - KD Avia
Profile - KD Avia
Thanks!
What do you mean? You can set the language in your template
I’ve solved this problem!
To change the name Schedules to your language or any other module you need to add this code:
core\modules\Schedules\Schedules.php (line: 19-20)
class Schedules extends CodonModule
{
public $title = 'Name of your page'; //It was added
public function index()