Fix badge redemption failure copy.

This commit is contained in:
Alex Hart
2021-11-19 09:30:56 -04:00
committed by Cody Henthorne
parent 98c9638bc4
commit 321b85d5d0
5 changed files with 8 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ sealed class DonorBadgeNotifications {
override fun show(context: Context) {
val notification = NotificationCompat.Builder(context, NotificationChannels.FAILURES)
.setSmallIcon(R.drawable.ic_notification)
.setContentTitle(context.getString(R.string.Subscription__redemption_failed))
.setContentTitle(context.getString(R.string.DonationsErrors__couldnt_add_badge))
.setContentText(context.getString(R.string.Subscription__please_contact_support_for_more_information))
.addAction(
NotificationCompat.Action.Builder(