Tweak translations (#7503)

This commit is contained in:
ByteHamster
2024-11-15 19:48:15 +01:00
committed by GitHub
parent 1de7910c8d
commit 43e19327b8
2 changed files with 6 additions and 6 deletions

View File

@ -263,8 +263,8 @@ public class EpisodeDownloadWorker extends Worker {
NotificationCompat.Builder builder = new NotificationCompat.Builder(getApplicationContext(),
NotificationUtils.CHANNEL_ID_DOWNLOAD_ERROR);
builder.setTicker(getApplicationContext().getString(R.string.download_report_title))
.setContentTitle(getApplicationContext().getString(R.string.download_report_title))
builder.setTicker(getApplicationContext().getString(R.string.episode_download_failed))
.setContentTitle(getApplicationContext().getString(R.string.episode_download_failed))
.setContentText(getApplicationContext().getString(R.string.download_error_tap_for_details))
.setSmallIcon(R.drawable.ic_notification_sync_error)
.setContentIntent(getDownloadLogsIntent(getApplicationContext()))