Think for yourself text

This commit is contained in:
Julia Friesel
2018-12-23 19:04:11 +01:00
parent b5240e32b0
commit 6a79f35e90
2 changed files with 15 additions and 1 deletions
+10
View File
@@ -16,6 +16,16 @@ export default class AboutSection extends Component {
<AppText>{`${labels.aboutSection.segmentExplainer} `}</AppText>
</Hyperlink>
</SettingsSegment>
<View style={styles.settingsSegment}>
<AppText style={styles.settingsSegmentTitle}>{`${labels.philosophy.title} `}</AppText>
<AppText>{labels.philosophy.text}</AppText>
</View>
<View style={styles.settingsSegment}>
<Hyperlink linkStyle={styles.link} linkText={replace}>
<AppText style={styles.settingsSegmentTitle}>{`${labels.aboutSection.title} `}</AppText>
<AppText>{labels.aboutSection.text}</AppText>
</Hyperlink>
</View>
<SettingsSegment title={`${labels.credits.title} `} style={styles.settingsSegmentLast}>
<AppText>{`${labels.credits.note}`}</AppText>
</SettingsSegment>