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

26 lines
285 B
PHP

<?php
return [
'form' => [
'actions' => [
'save' => [
'label' => 'Salvează modificările',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Salvat cu succes',
],
],
];