Rm danger of loss message with 2 custodians

This commit is contained in:
ameba23
2021-10-06 10:19:25 +02:00
parent 44bc35b949
commit f1b8edd8cf
2 changed files with 0 additions and 4 deletions

View File

@@ -64,9 +64,6 @@ public class ThresholdSelectorFragment extends BaseFragment {
message = view.findViewById(R.id.textViewMessage);
mOfn = view.findViewById(R.id.textViewmOfn);
if (numberOfCustodians == 2) {
message.setText(R.string.threshold_too_few_custodians);
}
if (numberOfCustodians > 3) {
seekBar.setMax(numberOfCustodians -3);
seekBar.setProgress(threshold - 2);

View File

@@ -664,7 +664,6 @@
<string name="threshold_recommended">Secure - recommended threshold</string>
<string name="threshold_low_insecure">Insecure higher threshold recommended</string>
<string name="threshold_high_insecure">Danger of loss lower threshold recommended</string>
<string name="threshold_too_few_custodians">Danger of loss - more contacts recommended</string>
<string name="threshold_defined">Choose Threshold</string>
<string name="threshold_m_of_n">%d of %d contacts needed to recover your account</string>