Skip to content

Commit

Permalink
Fix typo for key backup_successful_body on tr translations
Browse files Browse the repository at this point in the history
  • Loading branch information
sdkakcy authored and freekmurze committed Dec 9, 2023
1 parent 7c7b2b2 commit a1237c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lang/tr/notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

'backup_successful_subject' => 'Başarılı :application_name yeni yedeklemesi',
'backup_successful_subject_title' => 'Başarılı bir yeni yedekleme!',
'backup_successful_body' => 'Harika bir haber, :application_name âit yeni bir yedekleme :disk_name adlı diskte başarıyla oluşturuldu.',
'backup_successful_body' => 'Harika bir haber, :application_name ait yeni bir yedekleme :disk_name adlı diskte başarıyla oluşturuldu.',

'cleanup_failed_subject' => ':application_name yedeklemeleri temizlenmesi başarısız.',
'cleanup_failed_body' => ':application_name yedeklerini temizlerken bir hata oluştu ',
Expand Down

0 comments on commit a1237c8

Please sign in to comment.