Text update Monthly tip case show Tip amount

This commit is contained in:
Sujit Acharya
2022-10-28 16:56:26 +05:30
parent 3ac74c1e44
commit 5ef642d826
2 changed files with 5 additions and 0 deletions
@@ -99,6 +99,8 @@ public class BraveRewardsTipConfirmationFragment extends Fragment implements Bra
mNextTipDateValue = view.findViewById(R.id.next_tip_date_value);
if (monthlyContribution) {
TextView tipAmountText = view.findViewById(R.id.tip_amount_text);
tipAmountText.setText(R.string.tip_amount_text);
tipTypeDescriptionTextView.setText(
getResources().getString(R.string.your_monthly_tip_has_been_sent));
} else {