Skip to content

Commit

Permalink
Fix translations for keys newest_backup_date and oldest_backup_date o…
Browse files Browse the repository at this point in the history
…n tr language
  • Loading branch information
sdkakcy authored and freekmurze committed Dec 9, 2023
1 parent bfc3a20 commit a143f96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/lang/tr/notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
'newest_backup_size' => 'En yeni yedekleme boyutu',
'number_of_backups' => 'Yedekleme sayısı',
'total_storage_used' => 'Kullanılan toplam depolama alanı',
'newest_backup_date' => 'En yeni yedekleme boyutu',
'oldest_backup_date' => 'En eski yedekleme boyutu',
'newest_backup_date' => 'En yeni yedekleme tarihi',
'oldest_backup_date' => 'En eski yedekleme tarihi',
];

0 comments on commit a143f96

Please sign in to comment.