+ {isShowingDoNotShareModal ? (
+
setIsShowingDoNotShareModal(false)}
+ >
+
+
+
+

+
+ {i18n('icu:Preferences__recovery-key__do-not-share-title')}
+
+
+
+
+
+
+
+
+
+ {
+ onCopyBackupKey();
+ setIsShowingDoNotShareModal(false);
+ }}
+ >
+ {i18n('icu:Preferences__recovery-key__do-not-share-confirm')}
+
+
+
+
+ ) : null}
{step === 'caution' && (
setIsShowingDoNotShareModal(true)}
>
{i18n('icu:Preferences__local-backups-copy-key')}
diff --git a/ts/components/ToastManager.dom.tsx b/ts/components/ToastManager.dom.tsx
index 2d3419a53..37ba2fc71 100644
--- a/ts/components/ToastManager.dom.tsx
+++ b/ts/components/ToastManager.dom.tsx
@@ -321,7 +321,11 @@ function renderToast({
if (toastType === ToastType.CopiedBackupKey) {
return (
- {i18n('icu:Preferences__local-backups-copied-recovery-key')}
+
+
+
+ {i18n('icu:Preferences__local-backups-copied-recovery-key')}
+
);
}