Update UserActions to enhance localization and tooltips for user management actions. Added labels and tooltips for change password and delete actions, ensuring consistent user experience in both English and Turkish. Updated localization files to include new keys for user actions.

This commit is contained in:
Ümit Tunç
2025-09-30 01:02:14 -03:00
parent f6b355bb9e
commit dc0abb83da
3 changed files with 11 additions and 4 deletions
+1
View File
@@ -12,6 +12,7 @@ return [
'delete' => 'Delete User',
'restore' => 'Restore User',
'force_delete' => 'Force Delete User',
'change_password' => 'Change Password',
// Form fields
'name' => 'Full Name',
+1
View File
@@ -12,6 +12,7 @@ return [
'delete' => 'Kullanıcı Sil',
'restore' => 'Kullanıcıyı Geri Yükle',
'force_delete' => 'Kullanıcıyı Kalıcı Olarak Sil',
'change_password' => 'Şifre Değiştir',
// Form fields
'name' => 'Ad Soyad',