Update nostr-broadcast.js

This commit is contained in:
Iefan 2023-02-24 02:09:51 +05:30 committed by GitHub
parent a653552aa0
commit eb507a8fe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ const fetchAndBroadcast = async () => {
$('#fetching-progress').val(20)
// inform user that backup file (js format) is being downloaded
$('#file-download').html(txt.download)
downloadFile(data, 'nostr-broadcast.js')
downloadFile(data, 'nostr-backup.js')
// inform user that app is broadcasting events to relays
$('#broadcasting-status').html(txt.broadcasting)
// show and update broadcasting progress bar