Change label text

This commit is contained in:
2026-04-13 15:52:42 +02:00
parent cb5b386424
commit 4364ccf336
2 changed files with 2 additions and 2 deletions

View File

@@ -392,7 +392,7 @@ function elementor_addon_get_parking_price_history_ajax() {
}
$labels = [
'zwykle' => 'Miejsce postojowe zwykłe',
'zwykle' => 'Miejsce postojowe pojedyncze',
'rodzinne' => 'Miejsce postojowe rodzinne',
];

View File

@@ -51,7 +51,7 @@ class Elementor_Parking_Spots extends \Elementor\Widget_Base {
$parking_types = [
'zwykle' => [
'label' => 'Miejsce postojowe zwykłe',
'label' => 'Miejsce postojowe pojedyncze',
'price' => $group_zwykle['miejsce_postojowe_zwykle_cena'] ?? '',
'price_m2' => $group_zwykle['miejsce_postojowe_zwykle_cena_m2'] ?? '',
],