mirror of
https://github.com/vitorpamplona/Nostryfied.git
synced 2025-06-05 00:42:04 +00:00
Update nostr-broadcast.js
This commit is contained in:
parent
a653552aa0
commit
eb507a8fe2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user