diff --git a/content/docs/data-modeling/field-type-decision-tree.mdx b/content/docs/data-modeling/field-type-decision-tree.mdx index 3bb3a692bb..c60590b14a 100644 --- a/content/docs/data-modeling/field-type-decision-tree.mdx +++ b/content/docs/data-modeling/field-type-decision-tree.mdx @@ -33,7 +33,7 @@ flowchart TD TEXT -->|Email address| T5[email] TEXT -->|Website URL| T6[url] TEXT -->|Phone number| T7[phone] - TEXT -->|Secret value| T8[password] + TEXT -->|Sensitive secret value| S5[secret] %% Number branch NUM -->|Any number| N1[number] @@ -88,7 +88,6 @@ flowchart TD style T5 fill:#059669,color:#fff style T6 fill:#059669,color:#fff style T7 fill:#059669,color:#fff - style T8 fill:#059669,color:#fff style N1 fill:#d97706,color:#fff style N3 fill:#d97706,color:#fff style N4 fill:#d97706,color:#fff