This commit is contained in:
Gogs 2021-06-14 00:39:48 +02:00
parent 5e04d78275
commit 839f50a836

View File

@ -1,6 +1,6 @@
<?php return [ <?php return [
'plugin' => [ 'plugin' => [
'name' => 'Schooling', 'name' => 'GA Schooling',
'description' => '', 'description' => '',
], ],
'typeratings' => [ 'typeratings' => [
@ -8,7 +8,7 @@
'price' => 'Price for exam', 'price' => 'Price for exam',
], ],
'menu' => [ 'menu' => [
'main' => 'Schooling', 'main' => 'GA Schooling',
'typeratings' => 'Typeratings', 'typeratings' => 'Typeratings',
], ],
]; ];