diff --git a/kjvstudy_org/templates/offline.html b/kjvstudy_org/templates/offline.html
index c2bda7a..ebd737c 100644
--- a/kjvstudy_org/templates/offline.html
+++ b/kjvstudy_org/templates/offline.html
@@ -794,8 +794,8 @@
cacheProgress.classList.add('active');
progressFill.style.width = '100%';
progressText.innerHTML = '✓ Download complete! ' + data.total.toLocaleString() + ' pages available offline.';
- startCacheBtn.textContent = 'Downloaded!';
- startCacheBtn.disabled = true;
+ startCacheBtn.textContent = 'Refresh Cache';
+ startCacheBtn.disabled = false;
// Refresh the cache list
setTimeout(checkCaches, 500);
} else if (data.type === 'CACHE_ERROR') {