update modal button text
This commit is contained in:
parent
fa4f0b07f4
commit
d1280dcf88
|
@ -68,7 +68,7 @@
|
||||||
disabled={!Object.keys(integration).length}
|
disabled={!Object.keys(integration).length}
|
||||||
title="Data"
|
title="Data"
|
||||||
confirmText="Continue"
|
confirmText="Continue"
|
||||||
cancelText="Start from scratch"
|
cancelText="Create a new table with Budibase DB"
|
||||||
size="M"
|
size="M"
|
||||||
onCancel={() => internalTableModal.show()}
|
onCancel={() => internalTableModal.show()}
|
||||||
onConfirm={() => {
|
onConfirm={() => {
|
||||||
|
|
Loading…
Reference in New Issue