mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 21:01:31 +03:00
updated language key
This commit is contained in:
parent
705b848936
commit
1f8f9544fb
@ -214,7 +214,7 @@ class PostDisplayView extends PureComponent {
|
|||||||
<ActionSheet
|
<ActionSheet
|
||||||
ref={o => (this.ActionSheet = o)}
|
ref={o => (this.ActionSheet = o)}
|
||||||
options={[intl.formatMessage({ id: 'alert.delete' }), intl.formatMessage({ id: 'alert.cancel' })]}
|
options={[intl.formatMessage({ id: 'alert.delete' }), intl.formatMessage({ id: 'alert.cancel' })]}
|
||||||
title={intl.formatMessage({ id: 'post.remove_alert' })}
|
title={intl.formatMessage({ id: 'alert.remove_alert' })}
|
||||||
cancelButtonIndex={1}
|
cancelButtonIndex={1}
|
||||||
onPress={index => (index === 0 ? handleOnRemovePress(get(post, 'permlink')) : null)}
|
onPress={index => (index === 0 ? handleOnRemovePress(get(post, 'permlink')) : null)}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user