Update src/screens/Settings/LabSettings/FeatureGateDialog.tsx

Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
This commit is contained in:
Paul Frazee
2025-03-26 08:57:35 -07:00
committed by GitHub
parent 341b793177
commit c8373b9af9
@@ -126,7 +126,9 @@ export function FeatureGateDialog({
<Divider style={[a.my_lg]} />
<Text style={[a.text_xl, a.font_bold, t.atoms.text]}>Feedback</Text>
<Text style={[a.text_xl, a.font_bold, t.atoms.text]}>
<Trans context="the.lab.dialog">Feedback</Trans>
</Text>
<View style={[a.flex_row, a.gap_sm]}>
<FeedbackButton gate={gate} feedback={FeedbackToken.LoveIt} />