Skip to content

Commit

Permalink
Add missing action text for rewards panel notification (uplift to 1.4…
Browse files Browse the repository at this point in the history
…9.x) (#16995)

Uplift of #16961 (squashed) to beta
  • Loading branch information
brave-builds authored Feb 3, 2023
1 parent d0c97df commit dde468e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,8 @@ private void showNotification(String id, int type, long timestamp, String[] args
valueString);
break;
case AUTO_CONTRIBUTE_GENERAL_ERROR: // General error
actionNotificationButton.setText(
mPopupView.getResources().getString(R.string.ok));
title = mPopupView.getResources().getString(
R.string.monthly_tip_failed_notification_title);
notificationIcon = R.drawable.ic_notification_error;
Expand Down

0 comments on commit dde468e

Please sign in to comment.