1
0
Fork 0
mirror of synced 2024-09-21 11:53:49 +12:00

Update ejection confirmation text

This commit is contained in:
Andrew Kingston 2022-08-30 14:48:17 +01:00
parent d266d5e542
commit 8b8d3b9078

View file

@ -125,7 +125,7 @@
<ConfirmDialog
bind:this={confirmEjectDialog}
title="Eject block"
body={`Ejecting a block breaks it down into multiple components. Are you sure you want to eject "${componentToEject?._instanceName}"?`}
body={`Ejecting a block breaks it down into multiple components and cannot be undone. Are you sure you want to eject "${componentToEject?._instanceName}"?`}
onOk={() => store.actions.components.requestEjectBlock(componentToEject?._id)}
okText="Eject block"
/>