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

26 lines
277 B
PHP

<?php
return [
'form' => [
'actions' => [
'save' => [
'label' => 'שמור שינויים',
],
],
],
'notifications' => [
'saved' => [
'title' => 'נשמר',
],
],
];