Merge pull request #631 from openclassify/profstyle1-patch-2

Update field.php
This commit is contained in:
Fatih Alp 2020-08-12 09:24:57 +03:00 committed by GitHub
commit 3d97b8abaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ return [
'name' => 'Fiyat'
],
'standard_price' => [
'name' => 'Standard Price'
'name' => 'Liste Fiyatı'
],
'date' => [
'name' => 'Tarih'
@ -297,5 +297,5 @@ return [
'select_category_step_by_step' => 'Adım Adım Kategori Seçin',
// New create page
'options' => 'Options',
'options' => 'Opsiyonlar',
];