Merge pull request #1060 from esteemapp/bugfix/sponsoredText

Changed sponsored text design
This commit is contained in:
uğur erdal 2019-08-23 23:17:10 +03:00 committed by GitHub
commit bdc6f0f722
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ class PostHeaderDescription extends PureComponent {
</TouchableOpacity>
{!!tag && (
<TouchableOpacity onPress={() => tagOnPress && tagOnPress()}>
<Tag isPostCardTag isPin value={tag} />
<Tag isPostCardTag={!isPromoted} isPin value={tag} />
</TouchableOpacity>
)}
<Text style={styles.date}>

View File

@ -226,7 +226,7 @@
"removed_hint": "The post was removed by",
"copy_link": "Copy Link",
"reblogged": "reblogged by",
"sponsored": "sponsored"
"sponsored": "SPONSORED"
},
"drafts": {
"title": "Drafts",