diff --git a/src/apps/chat/trade/ExportSharedModal.tsx b/src/apps/chat/trade/ExportSharedModal.tsx
index c84d37a03..6d3c55ebe 100644
--- a/src/apps/chat/trade/ExportSharedModal.tsx
+++ b/src/apps/chat/trade/ExportSharedModal.tsx
@@ -130,24 +130,23 @@ export function ExportSharedModal(props: { onClose: () => void, response: ShareP
Deletion Key
-
-
-
- } onClick={onDeleteNow}>
- Delete Now
-
-
+
IMPORTANT - keep this key safe, you will need it if you decide to delete the link at a later time,
and it will not appear again once you close this dialog.
- {!!expiresAt && (
-
- This chat will auto-expire on {expiresAt.toLocaleString()}.
-
- )}
+
+ {!!expiresAt && (
+
+ This chat will auto-expire on {expiresAt.toLocaleString()}.
+
+ )}
+ } onClick={onDeleteNow}>
+ Delete Now
+
+
}