Skip to content

Commit a35731d

Browse files
committed
Fixed grokability#17513 - updated language string
Signed-off-by: snipe <[email protected]>
1 parent 9d3623c commit a35731d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lang/en-US/admin/custom_fields/general.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
'create_fieldset_title' => 'Create a new fieldset',
3434
'create_field' => 'New Custom Field',
3535
'create_field_title' => 'Create a new custom field',
36-
'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value',
36+
'value_encrypted' => 'The value of this field is encrypted in the database. Only users with permission to view encrypted custom fields will be able to view the decrypted value',
3737
'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails',
3838
'show_in_email_short' => 'Include in emails',
3939
'help_text' => 'Help Text',

0 commit comments

Comments
 (0)