diff --git a/src/components/comment/view/commentView.js b/src/components/comment/view/commentView.js index ab280a0da..adc05bc87 100644 --- a/src/components/comment/view/commentView.js +++ b/src/components/comment/view/commentView.js @@ -112,7 +112,7 @@ class CommentView extends PureComponent { /> (this.ActionSheet = o)} - options={['Reblog', intl.formatMessage({ id: 'alert.cancel' })]} + options={[intl.formatMessage({ id: 'alert.delete' }), intl.formatMessage({ id: 'alert.cancel' })]} title={intl.formatMessage({ id: 'alert.delete' })} destructiveButtonIndex={0} cancelButtonIndex={1} diff --git a/src/components/points/view/pointsStyles.js b/src/components/points/view/pointsStyles.js index d428a1108..3964de6d6 100644 --- a/src/components/points/view/pointsStyles.js +++ b/src/components/points/view/pointsStyles.js @@ -32,7 +32,7 @@ export default EStyleSheet.create({ alignItems: 'center', }, iconButton: { - marginTop: 3, + marginTop: 1, marginLeft: 1, }, activeIconWrapper: { diff --git a/src/constants/options/points.js b/src/constants/options/points.js index 3b4d16000..fda0f2110 100644 --- a/src/constants/options/points.js +++ b/src/constants/options/points.js @@ -20,7 +20,7 @@ export default { iconType: 'MaterialIcons', }, 10: { - icon: 'check-circle', + icon: 'ticket', textKey: 'points.checkin_title', iconType: 'MaterialCommunityIcons', },