Add proper payment method type to BackupTypeSettings screen.

This commit is contained in:
Alex Hart
2024-06-21 14:41:17 -03:00
committed by Greyson Parrelli
parent 45239c2264
commit c0da0bd272
3 changed files with 25 additions and 9 deletions

View File

@@ -7021,6 +7021,8 @@
<string name="BackupsTypeSettingsFragment__paypal">PayPal</string>
<!-- Displayed as the user\'s payment method as a label in a preference row -->
<string name="BackupsTypeSettingsFragment__unknown">Unknown</string>
<!-- Row title for entering payment history -->
<string name="BackupsTypeSettingsFragment__payment_history">Payment history</string>
<!-- RemoteRestoreActivity -->
<!-- Displayed at restore time to tell the user when their last backup was made. %$1s is replaced with the date (e.g. March 5, 2024) and %$2s is replaced with the time (e.g. 9:00am) -->