Update string for creating PIN.

master
Greyson Parrelli 2020-02-07 00:15:42 -05:00
parent 49c7b5c442
commit f2b3acb0c9
2 changed files with 3 additions and 3 deletions

View File

@ -34,13 +34,13 @@ public class CreateKbsPinFragment extends BaseKbsPinFragment<CreateKbsPinViewMod
PIN_LOCKOUT_DAYS,
PIN_LOCKOUT_DAYS));
} else {
getDescription().setText(R.string.CreateKbsPinFragment__pins_add_an_extra_layer_of_security);
getDescription().setText(R.string.CreateKbsPinFragment__pins_add_extra_security_to_your_account);
}
}
private void initializeViewStatesForPinCreate() {
getTitle().setText(R.string.CreateKbsPinFragment__create_your_pin);
getDescription().setText(R.string.CreateKbsPinFragment__pins_add_an_extra_layer_of_security);
getDescription().setText(R.string.CreateKbsPinFragment__pins_add_extra_security_to_your_account);
}
@Override

View File

@ -1703,7 +1703,7 @@
<item quantity="other">You can choose a new PIN because this device is registered. If you forget your PIN, you may need to wait %1$d days to register again.</item>
</plurals>
<string name="CreateKbsPinFragment__create_your_pin">Create your PIN</string>
<string name="CreateKbsPinFragment__pins_add_an_extra_layer_of_security">PINs add an extra layer of security to your account. It\'s important to remember this PIN, as it can\'t be recovered.</string>
<string name="CreateKbsPinFragment__pins_add_extra_security_to_your_account">PINs add extra security to your account and can\'t be recovered. You\'ll need your PIN to register with Signal again.</string>
<!-- ConfirmKbsPinFragment -->
<string name="ConfirmKbsPinFragment__pins_dont_match">PINs don\'t match. Try again.</string>