updated language key

This commit is contained in:
u-e 2019-05-18 16:06:42 +03:00
parent 705b848936
commit 1f8f9544fb

View File

@ -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)}
/> />