Skip to content

Commit

Permalink
Update s3.js
Browse files Browse the repository at this point in the history
Update button label
  • Loading branch information
itcon-pty-au authored Jan 6, 2025
1 parent b9daa04 commit 882938b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3.js
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ function openSyncModal() {
const importBtn = document.getElementById('import-from-s3-btn');
importBtn.disabled = true;
importBtn.style.cursor = 'not-allowed';
importBtn.textContent = 'Importing...';
importBtn.textContent = 'Importing';
isImportInProgress = true;

try {
Expand Down

0 comments on commit 882938b

Please sign in to comment.