edit-tenant-profile.php 286B

1234567891011121314151617181920212223242526
  1. <?php
  2. return [
  3. 'form' => [
  4. 'actions' => [
  5. 'save' => [
  6. 'label' => 'حفظ التغييرات',
  7. ],
  8. ],
  9. ],
  10. 'notifications' => [
  11. 'saved' => [
  12. 'title' => 'تم الحفظ',
  13. ],
  14. ],
  15. ];