Skip to content

Commit f4a5fde

Browse files
Fix based on the gemini review
1 parent 7cc0345 commit f4a5fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user_guide/administration/custom_fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Now, define the basic characteristics of your new custom field. For this example
6767
Since this is a standard custom field, you do not need to provide computation logic. However, you can configure its behavior in the **Properties** tab.
6868

6969
- **Required**: Check this box if you want to make this field mandatory for all records.
70-
- **Readonly**: Check this box to prevent users from editing the field's value through the user interface.
70+
- **Read-only**: Check this box to prevent users from editing the field's value through the user interface.
7171
- **Index**: Check this box to create a database index on this field. This can improve performance for filtering and searching on large datasets. This option should typically be managed by a developer or system administrator.
7272
- **Copied**: Determines if the value of this field is copied when a record is duplicated.
7373

0 commit comments

Comments
 (0)