diff --git a/builder/accordion/template.blade.php b/builder/accordion/template.blade.php index 4b8a55d..ae7f9aa 100644 --- a/builder/accordion/template.blade.php +++ b/builder/accordion/template.blade.php @@ -1,4 +1,4 @@ -Список текстів +@lang('sCommerce::global.list_texts') @if (is_array($value ?? []) && is_array($value['title'] ?? []) && count($value['title'] ?? [])) @php($idOrig = ($id ?? 'accordion')) @foreach ($value['title'] as $key => $title) diff --git a/builder/richtext/template.blade.php b/builder/richtext/template.blade.php index 85d283a..841f1ab 100644 --- a/builder/richtext/template.blade.php +++ b/builder/richtext/template.blade.php @@ -1,2 +1,2 @@ -Текстовий блок +@lang('sCommerce::global.text_block') \ No newline at end of file