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;