diff options
| author | Carson Fleming <[email protected]> | 2024-12-31 18:10:58 -0800 |
|---|---|---|
| committer | Carson Fleming <[email protected]> | 2024-12-31 18:10:58 -0800 |
| commit | 54f2db69e4130eb055eae5fe2d0f86e9b96abdf0 (patch) | |
| tree | b18561b7a814bb4ac3cc55b52c0390e6a7b2bef5 /localization | |
| parent | 6bcbeb994773b8e0464bcaf53fcceb6e32c28e41 (diff) | |
| download | rc-inbox-settings-54f2db69e4130eb055eae5fe2d0f86e9b96abdf0.tar.gz | |
who needs a label when we have placeholders
Diffstat (limited to 'localization')
| -rw-r--r-- | localization/en_US.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/localization/en_US.inc b/localization/en_US.inc index 1903d19..08e0df3 100644 --- a/localization/en_US.inc +++ b/localization/en_US.inc @@ -16,7 +16,8 @@ $labels['key_delete'] = 'Delete Key'; $labels['no_keys'] = 'There are no encryption keys associated with your account yet'; $labels['fingerprint'] = 'Key Fingerprint'; $labels['comment'] = 'Comment'; -$labels['paste_key_data'] = 'Paste ASCII-armored GPG public key(s) here. Please do not upload private keys.'; +$labels['comment_placeholder'] = 'A comment to remember this key by'; +$labels['paste_key_data'] = 'Paste ASCII-armored PGP public key(s) here. Please do not upload private keys.'; $labels['confirm_delete_key'] = 'Are you sure you want to remove this encryption key from your account?'; $labels['deleting_key'] = 'Removing encryption key...'; $labels['keys_deleted'] = 'Encryption key(s) removed' |
