mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-03-01 22:22:15 +00:00
Update pluralization of payments recovery dialog.
This commit is contained in:
committed by
Cody Henthorne
parent
8056aafc9d
commit
ac189865b9
@@ -125,7 +125,9 @@ public class PaymentsRecoveryStartFragment extends Fragment {
|
||||
description = getString(R.string.PaymentsRecoveryStartFragment__got_balance);
|
||||
break;
|
||||
default:
|
||||
description = getString(R.string.PaymentsRecoveryStartFragment__your_balance_will_automatically_restore, PaymentsConstants.MNEMONIC_LENGTH);
|
||||
description = getResources().getQuantityString(R.plurals.PaymentsRecoveryStartFragment__your_balance_will_automatically_restore,
|
||||
PaymentsConstants.MNEMONIC_LENGTH,
|
||||
PaymentsConstants.MNEMONIC_LENGTH);
|
||||
}
|
||||
return description;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user