mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 09:18:49 +00:00
Update PIN change strings.
This commit is contained in:
parent
eea7174f1d
commit
c4e88abce1
@ -26,13 +26,8 @@ public class CreateKbsPinFragment extends BaseKbsPinFragment<CreateKbsPinViewMod
|
|||||||
private void initializeViewStatesForPinChange(boolean isForgotPin) {
|
private void initializeViewStatesForPinChange(boolean isForgotPin) {
|
||||||
getTitle().setText(R.string.CreateKbsPinFragment__create_a_new_pin);
|
getTitle().setText(R.string.CreateKbsPinFragment__create_a_new_pin);
|
||||||
|
|
||||||
if (isForgotPin) {
|
getDescription().setText(R.string.CreateKbsPinFragment__you_can_choose_a_new_pin_as_long_as_this_device_is_registered);
|
||||||
getDescription().setText(R.string.CreateKbsPinFragment__you_can_choose_a_new_pin_as_long_as_this_device_is_registered);
|
getDescription().setLearnMoreVisible(true);
|
||||||
getDescription().setLearnMoreVisible(false);
|
|
||||||
} else {
|
|
||||||
getDescription().setText(R.string.CreateKbsPinFragment__pins_keep_information_stored_with_signal_encrypted);
|
|
||||||
getDescription().setLearnMoreVisible(true);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void initializeViewStatesForPinCreate() {
|
private void initializeViewStatesForPinCreate() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user