From 1e65a4f6ab4bb150ea5af03a4fc9a8b5118bfc86 Mon Sep 17 00:00:00 2001 From: poprox24 <48130451+poprox24@users.noreply.github.com> Date: Sun, 19 Oct 2025 04:33:40 +0200 Subject: [PATCH] fix small typo (#1428) --- src/components/dialogs/ChooseFavoriteGroupDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dialogs/ChooseFavoriteGroupDialog.vue b/src/components/dialogs/ChooseFavoriteGroupDialog.vue index c8380003..493f0117 100644 --- a/src/components/dialogs/ChooseFavoriteGroupDialog.vue +++ b/src/components/dialogs/ChooseFavoriteGroupDialog.vue @@ -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;