Forráskód Böngészése

fix(i18n): improve greeting message description in AI config

Update the conversation behavior subtitle to explain:
- How to set the AI greeting message
- Why including store name helps callers confirm the number
- Keep greeting short and clear

Translations updated for HU, EN, DE.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Fszontagh 4 hónapja
szülő
commit
517cc276e7

+ 1 - 1
shopcall.ai-main/src/i18n/locales/de.json

@@ -643,7 +643,7 @@
     },
     "conversationBehavior": {
       "title": "Gesprächsverhalten",
-      "subtitle": "Definieren Sie, wie die KI mit",
+      "subtitle": "Legen Sie fest, wie die KI Kunden begrüßt. Geben Sie Ihren Shop-Namen an, damit Anrufer wissen, dass sie die richtige Nummer erreicht haben. Halten Sie die Begrüßung kurz und klar.",
       "greetingMessage": "Begrüßungsnachricht",
       "greetingPlaceholder": "Geben Sie eine Begrüßungsnachricht ein...",
       "greetingHint": "E-Mail-Adressen, URLs und Websites sind nicht erlaubt",

+ 1 - 1
shopcall.ai-main/src/i18n/locales/en.json

@@ -645,7 +645,7 @@
     },
     "conversationBehavior": {
       "title": "Conversation Behavior",
-      "subtitle": "Define how the AI interacts with",
+      "subtitle": "Set how the AI greets customers. Include your store name so callers know they've reached the right number. Keep the greeting short and clear.",
       "greetingMessage": "Greeting Message",
       "greetingPlaceholder": "Enter a greeting message...",
       "greetingHint": "No emails, URLs, or website addresses allowed",

+ 1 - 1
shopcall.ai-main/src/i18n/locales/hu.json

@@ -645,7 +645,7 @@
     },
     "conversationBehavior": {
       "title": "Beszélgetési Viselkedés",
-      "subtitle": "Határozza meg, hogyan lépjen kapcsolatba az AI ezzel:",
+      "subtitle": "Itt állíthatja be, hogy az AI hogyan köszöntse az ügyfeleket. Érdemes a webshop nevét is megadni, hogy a hívó fél megbizonyosodjon róla, hogy a megfelelő számot hívta. Érdemes rövid üdvözlő szöveget megadni.",
       "greetingMessage": "Üdvözlő Üzenet",
       "greetingPlaceholder": "Írja be az üdvözlő üzenetet...",
       "greetingHint": "E-mail címek, URL-ek és weboldalak nem engedélyezettek",