Fixed typo

This commit is contained in:
Vivek Ganesan
2023-11-30 08:17:53 +05:30
committed by GitHub
parent 87af0c3882
commit 97f7db9ab4

View File

@@ -114,7 +114,7 @@ export const generateBackupHeroHeading = (
`; `;
} else { } else {
content = ` content = `
<h1>Profile Backup Up!</h1> <h1>Profile Backed Up!</h1>
<p> <p>
We just backed up your latest profile to your offline browser data. We just backed up your latest profile to your offline browser data.
<a id="downloadprofile" href="#" class="secondary" onclick="event.preventDefault()">Download</a> for safe keeping. <a id="downloadprofile" href="#" class="secondary" onclick="event.preventDefault()">Download</a> for safe keeping.