You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extension/chrome/settings/modules/contacts.htm
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ <h1></h1>
55
55
<divclass="line">
56
56
<textareaclass="input_pubkey"
57
57
data-test="input-bulk-public-keys"
58
-
placeholder="Enter one or more ASCII Armored Public Keys (including -----BEGIN PGP PUBLIC KEY BLOCK-----) You can alternatively enter the Public Key fingerprint or longid, e.g. 7FDE685548AEA788 or 0x7fde685548aea788" maxlength="20000"></textarea>
58
+
placeholder="Enter one or more ASCII Armored Public Keys (including -----BEGIN PGP PUBLIC KEY BLOCK-----) You can alternatively enter the Public Key fingerprint or longid, e.g. 7FDE685548AEA788 or 0x7fde685548aea788" maxlength="30000"></textarea>
59
59
</div>
60
60
<divclass="line">
61
61
<buttonclass="button green action_process long" data-test="action-show-parsed-public-keys">show contents</button>
@@ -72,7 +72,7 @@ <h1></h1>
72
72
73
73
<divid="edit_contact" style="display: none;">
74
74
<divclass="line">
75
-
<textareaclass="input_pubkey" data-test="input-public-key" placeholder="Enter a new Public Key for this contact" maxlength="20000"></textarea>
75
+
<textareaclass="input_pubkey" data-test="input-public-key" placeholder="Enter a new Public Key for this contact" maxlength="30000"></textarea>
76
76
</div>
77
77
<divclass="line">
78
78
<buttonclass="button green action_save_edited_pubkey long" data-test="action-save-public-key">SAVE</button>
0 commit comments