Fixed #5482 - typo in custom fields info
This commit is contained in:
parent
3a1b432234
commit
4812285512
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ return array(
|
||||||
'custom_fields' => 'Custom Fields',
|
'custom_fields' => 'Custom Fields',
|
||||||
'field' => 'Field',
|
'field' => 'Field',
|
||||||
'about_fieldsets_title' => 'About Fieldsets',
|
'about_fieldsets_title' => 'About Fieldsets',
|
||||||
'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.',
|
'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
|
||||||
'custom_format' => 'Custom regex format...',
|
'custom_format' => 'Custom regex format...',
|
||||||
'encrypt_field' => 'Encrypt the value of this field in the database',
|
'encrypt_field' => 'Encrypt the value of this field in the database',
|
||||||
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
|
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
|
||||||
|
|
Loading…
Add table
Reference in a new issue