diff options
Diffstat (limited to 'src/view/com/modals/SelfLabel.tsx')
-rw-r--r-- | src/view/com/modals/SelfLabel.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/view/com/modals/SelfLabel.tsx b/src/view/com/modals/SelfLabel.tsx index 779a9e71b..2b83c7a9a 100644 --- a/src/view/com/modals/SelfLabel.tsx +++ b/src/view/com/modals/SelfLabel.tsx @@ -131,10 +131,10 @@ export function Component({ ) : ( <View> <Text style={[pal.textLight]}> - <Text type="md-bold" style={[pal.textLight, s.mr5]}> - <Trans>Not Applicable.</Trans> - </Text> <Trans> + <Text type="md-bold" style={[pal.textLight]}> + Not Applicable. + </Text>{' '} This warning is only available for posts with media attached. </Trans> </Text> |