Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14015130
D9102.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
748 B
Referenced Files
None
Subscribers
None
D9102.diff
View Options
diff --git a/src/applications/passphrase/controller/PassphraseCredentialEditController.php b/src/applications/passphrase/controller/PassphraseCredentialEditController.php
--- a/src/applications/passphrase/controller/PassphraseCredentialEditController.php
+++ b/src/applications/passphrase/controller/PassphraseCredentialEditController.php
@@ -293,7 +293,11 @@
->addCheckbox(
'lock',
1,
- pht('Lock Permanently'),
+ array(
+ phutil_tag('strong', array(), pht('Lock Permanently:')),
+ ' ',
+ pht('Prevent the secret from being revealed or changed.'),
+ ),
$v_is_locked)
->setDisabled($credential_is_locked));
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 4, 2:14 PM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6721524
Default Alt Text
D9102.diff (748 B)
Attached To
Mode
D9102: Provide more context on what "Lock Permanently" means in the UI
Attached
Detach File
Event Timeline
Log In to Comment