Files
biiproject-kit-v1/lang/vendor/filament-panels/bg/pages/tenancy/edit-tenant-profile.php
T

26 lines
274 B
PHP

<?php
return [
'form' => [
'actions' => [
'save' => [
'label' => 'Запази',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Запазено',
],
],
];