Use shorter string for tab for better localization.

This commit is contained in:
Cody Henthorne
2023-11-15 11:42:33 -05:00
committed by Greyson Parrelli
parent 4519cdb49c
commit 12f9ac3aa4
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ class DonationReceiptListFragment : Fragment(R.layout.donation_receipt_list_frag
0 -> R.string.DonationReceiptListFragment__all
1 -> R.string.DonationReceiptListFragment__recurring
2 -> R.string.DonationReceiptListFragment__one_time
3 -> R.string.DonationReceiptListFragment__donation_for_a_friend
3 -> R.string.DonationReceiptListFragment__for_a_friend
else -> error("Unsupported index $position")
}
)

View File

@@ -5105,10 +5105,10 @@
<string name="DonationReceiptListFragment__recurring">Recurring</string>
<!-- Donation receipts one-time tab label -->
<string name="DonationReceiptListFragment__one_time">One-time</string>
<!-- Donation receipts gift tab -->
<string name="DonationReceiptListFragment__for_a_friend">For a friend</string>
<!-- Donation receipts gift tab label -->
<string name="DonationReceiptListFragment__donation_for_a_friend">Donation for a friend</string>
<!-- Donation receipts boost row label -->
<!-- Donation receipts details title -->
<!-- Donation receipts donation type heading -->
<string name="DonationReceiptDetailsFragment__donation_type">Donation type</string>
<!-- Donation receipts date paid heading -->