Corrects wiki link

This commit is contained in:
emelko
2019-02-25 16:02:00 +01:00
parent fc4aec809d
commit 112d52fa90
5 changed files with 6 additions and 10 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ export default class Home extends Component {
{ isShowingMore &&
<View>
<AppText styles={styles.paragraph}>
{ `${statusText} ${links.moreAboutNfp.url}` }
{ `${statusText} ${links.wiki.url}.` }
</AppText>
</View>
}