Skip to content

Commit

Permalink
Merge pull request #767 from t-m-w/fix-title-of-restore-notification-…
Browse files Browse the repository at this point in the history
…channel

Fix title of restore notification channel
  • Loading branch information
grote authored Oct 4, 2024
2 parents f2aec3f + a27ef47 commit 5f8e859
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ internal class BackupNotificationManager(private val context: Context) {
}

private fun getRestoreChannel(): NotificationChannel {
val title = context.getString(R.string.notification_restore_error_channel_title)
val title = context.getString(R.string.notification_restore_channel_title)
return NotificationChannel(CHANNEL_ID_RESTORE, title, IMPORTANCE_LOW)
}

Expand Down

0 comments on commit 5f8e859

Please sign in to comment.