Fix Discuss this verse functionality and update live counter to static text
- Replace dynamic live counter with static "thousands of believers" text in both languages - Fix Discuss this verse feature with proper timing and quote escaping - Add setTimeout delay to ensure chat input is set after component renders - Remove unescaped quotes from English daily verse text - Merge duplicate hero translation objects in both language files - Clean up debug console.log statements 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -39,7 +39,8 @@
|
||||
"cta": {
|
||||
"readBible": "Start reading",
|
||||
"askAI": "Ask AI"
|
||||
}
|
||||
},
|
||||
"liveCounter": "Join thousands of believers studying God's word right now"
|
||||
},
|
||||
"features": {
|
||||
"title": "Discover the features",
|
||||
@@ -71,9 +72,6 @@
|
||||
"description": "Join our community and discover the wisdom of Scripture",
|
||||
"startNow": "Start now"
|
||||
},
|
||||
"hero": {
|
||||
"liveCounter": "Join {count} believers studying God's word right now"
|
||||
},
|
||||
"demo": {
|
||||
"title": "See It In Action",
|
||||
"subtitle": "Experience our AI assistant immediately without any sign-up required",
|
||||
@@ -84,7 +82,7 @@
|
||||
"dailyVerse": {
|
||||
"title": "Today's Verse",
|
||||
"date": "January 15, 2024",
|
||||
"verse": "For I know the plans I have for you,\" declares the Lord, \"plans to prosper you and not to harm you, plans to give you hope and a future.",
|
||||
"verse": "For I know the plans I have for you, declares the Lord, plans to prosper you and not to harm you, plans to give you hope and a future.",
|
||||
"reference": "Jeremiah 29:11",
|
||||
"discuss": "Discuss This Verse",
|
||||
"save": "Save",
|
||||
|
||||
Reference in New Issue
Block a user