fix small typo (#1428)

This commit is contained in:
poprox24
2025-10-19 04:33:40 +02:00
committed by GitHub
parent 3480820a0a
commit 1e65a4f6ab

View File

@@ -141,7 +141,7 @@
})
.then(() => {
isVisible.value = false;
new Noty({ type: 'success', text: 'favorite added!' }).show();
new Noty({ type: 'success', text: 'Favorite added!' }).show();
})
.finally(() => {
loading.value = false;