1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

Update ejection confirmation text

This commit is contained in:
Andrew Kingston 2022-08-30 14:48:17 +01:00
parent d445aadbcf
commit bfa54b4844

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"
/>