Change button based on option (#1077)
parent
f33fdb97b6
commit
7256169506
|
@ -493,7 +493,9 @@ function CustomHandleForm({
|
|||
<ActivityIndicator color="white" />
|
||||
) : (
|
||||
<Text type="xl-medium" style={[s.white, s.textCenter]}>
|
||||
{canSave ? `Update to ${handle}` : 'Verify DNS Record'}
|
||||
{canSave
|
||||
? `Update to ${handle}`
|
||||
: `Verify ${isDNSForm ? 'DNS Record' : 'Text File'}`}
|
||||
</Text>
|
||||
)}
|
||||
</Button>
|
||||
|
|
Loading…
Reference in New Issue