diff --git a/js/ui.js b/js/ui.js index eb33c74..0891dbb 100644 --- a/js/ui.js +++ b/js/ui.js @@ -26,7 +26,7 @@ export class UIRenderer { if (btn) { btn.innerHTML = this.createHeartIcon(isLiked); btn.classList.toggle('active', isLiked); - btn.title = isLiked ? 'Remove from Library' : 'Add to Library'; + btn.title = isLiked ? 'Remove from Liked' : 'Add to Liked'; } } @@ -111,7 +111,7 @@ export class UIRenderer { const actionsHTML = `