change button copy
This commit is contained in:
@@ -135,15 +135,13 @@ export function DraftsAnnouncement() {
|
|||||||
|
|
||||||
{!IS_WEB && (
|
{!IS_WEB && (
|
||||||
<Button
|
<Button
|
||||||
label={_(msg`Okay`)}
|
label={_(msg`Close`)}
|
||||||
size="large"
|
size="large"
|
||||||
color="primary"
|
color="primary"
|
||||||
onPress={() => {
|
onPress={() => control.close()}
|
||||||
control.close()
|
|
||||||
}}
|
|
||||||
style={[a.w_full]}>
|
style={[a.w_full]}>
|
||||||
<ButtonText>
|
<ButtonText>
|
||||||
<Trans>Okay</Trans>
|
<Trans>Finally!</Trans>
|
||||||
</ButtonText>
|
</ButtonText>
|
||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user