fix(blocker): relabel deactivate button 'Wie funktioniert der Cooldown?' → 'Schutz deaktivieren' (+ lock-open icon), remove debug marker
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
4bed8a1e5a
commit
184a601616
@ -346,7 +346,7 @@ export function ProtectionDetailsSheet({
|
|||||||
))}
|
))}
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
{/* MEHR INFO – outline button: TouchableOpacity=card, inner View=flex-row */}
|
{/* "Schutz deaktivieren" – outline button: TouchableOpacity=card, inner View=flex-row */}
|
||||||
<TouchableOpacity
|
<TouchableOpacity
|
||||||
onPress={onRequestDeactivation}
|
onPress={onRequestDeactivation}
|
||||||
activeOpacity={0.75}
|
activeOpacity={0.75}
|
||||||
@ -364,17 +364,12 @@ export function ProtectionDetailsSheet({
|
|||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
gap: 8,
|
gap: 8,
|
||||||
}}>
|
}}>
|
||||||
<Ionicons name="information-circle-outline" size={18} color={HERO_COLOR} />
|
<Ionicons name="lock-open-outline" size={18} color={HERO_COLOR} />
|
||||||
<Text style={{ fontSize: 14, fontFamily: 'Nunito_700Bold', color: HERO_COLOR }}>
|
<Text style={{ fontSize: 14, fontFamily: 'Nunito_700Bold', color: HERO_COLOR }}>
|
||||||
{t('blocker.more_info_title')}
|
{t('blocker.more_info_title')}
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
</TouchableOpacity>
|
</TouchableOpacity>
|
||||||
|
|
||||||
{/* DEBUG-Marker: wenn du das siehst, scrollt das Sheet bis ganz unten */}
|
|
||||||
<Text style={{ textAlign: 'center', fontSize: 13, color: '#dc2626', fontFamily: 'Nunito_700Bold', marginTop: 12 }}>
|
|
||||||
↑ Ende — siehst du den orange Button drüber? (DEBUG)
|
|
||||||
</Text>
|
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
</Animated.View>
|
</Animated.View>
|
||||||
</Animated.View>
|
</Animated.View>
|
||||||
|
|||||||
@ -295,7 +295,7 @@
|
|||||||
"faq3_a": "Ja. Über die Domain-Liste auf der Blocker-Seite kannst du eigene Domains hinzufügen, die zusätzlich zur globalen Liste blockiert werden.",
|
"faq3_a": "Ja. Über die Domain-Liste auf der Blocker-Seite kannst du eigene Domains hinzufügen, die zusätzlich zur globalen Liste blockiert werden.",
|
||||||
"faq4_q": "Warum kann ich den Schutz nicht sofort abschalten?",
|
"faq4_q": "Warum kann ich den Schutz nicht sofort abschalten?",
|
||||||
"faq4_a": "Wenn du im Drang bist, willst du oft schnell deaktivieren — und es danach bereuen. Der 24-Stunden-Cooldown gibt dir Zeit, den Drang abklingen zu lassen. Du kannst den Cooldown jederzeit abbrechen — der Schutz bleibt dann einfach an.",
|
"faq4_a": "Wenn du im Drang bist, willst du oft schnell deaktivieren — und es danach bereuen. Der 24-Stunden-Cooldown gibt dir Zeit, den Drang abklingen zu lassen. Du kannst den Cooldown jederzeit abbrechen — der Schutz bleibt dann einfach an.",
|
||||||
"more_info_title": "Wie funktioniert der Cooldown?"
|
"more_info_title": "Schutz deaktivieren"
|
||||||
},
|
},
|
||||||
"mail": {
|
"mail": {
|
||||||
"title": "Mail-Schutz",
|
"title": "Mail-Schutz",
|
||||||
|
|||||||
@ -295,7 +295,7 @@
|
|||||||
"faq3_a": "Yes. From the domain list on the blocker page you can add custom domains that get blocked in addition to the global list.",
|
"faq3_a": "Yes. From the domain list on the blocker page you can add custom domains that get blocked in addition to the global list.",
|
||||||
"faq4_q": "Why can't I turn protection off immediately?",
|
"faq4_q": "Why can't I turn protection off immediately?",
|
||||||
"faq4_a": "In the moment of urge, you often want to disable fast — and regret it after. The 24-hour cooldown gives you time for the urge to pass. You can cancel the cooldown anytime — protection then simply stays on.",
|
"faq4_a": "In the moment of urge, you often want to disable fast — and regret it after. The 24-hour cooldown gives you time for the urge to pass. You can cancel the cooldown anytime — protection then simply stays on.",
|
||||||
"more_info_title": "How does the cooldown work?"
|
"more_info_title": "Disable protection"
|
||||||
},
|
},
|
||||||
"mail": {
|
"mail": {
|
||||||
"title": "Mail Shield",
|
"title": "Mail Shield",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user