diff options
Diffstat (limited to 'src/view/com/modals/AppealLabel.tsx')
-rw-r--r-- | src/view/com/modals/AppealLabel.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/view/com/modals/AppealLabel.tsx b/src/view/com/modals/AppealLabel.tsx index 2db070bc6..edc6f4cd0 100644 --- a/src/view/com/modals/AppealLabel.tsx +++ b/src/view/com/modals/AppealLabel.tsx @@ -62,17 +62,17 @@ export function Component(props: ReportComponentProps) { <Text type="2xl-bold" style={[pal.text, s.textCenter, {paddingBottom: 8}]}> - <Trans>Appeal Decision</Trans> + <Trans>Appeal Content Warning</Trans> </Text> <ScrollView> <View style={[pal.btn, styles.detailsInputContainer]}> <TextInput accessibilityLabel={_(msg`Text input field`)} accessibilityHint={_( - msg`Please tell us why you think this decision was incorrect.`, + msg`Please tell us why you think this content warning was incorrectly applied!`, )} placeholder={_( - msg`Please tell us why you think this decision was incorrect.`, + msg`Please tell us why you think this content warning was incorrectly applied!`, )} placeholderTextColor={pal.textLight.color} value={details} |