Skip to content

Commit a4ac2a5

Browse files
committed
fix: multi-language placeholder in contact_schema (store validation)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TNSsmqpNe4BGMp59AmkvJr
1 parent 0122570 commit a4ac2a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gladys-assistant-integration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"fr": "Votre numéro de téléphone au format international, ex. +33612345678."
5858
},
5959
"required": true,
60-
"placeholder": "+33612345678"
60+
"placeholder": { "en": "+33612345678", "fr": "+33612345678" }
6161
},
6262
{
6363
"key": "api_key",

0 commit comments

Comments
 (0)