aboutsummaryrefslogtreecommitdiff
path: root/src/components/FavoriteButton.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/FavoriteButton.vue')
-rw-r--r--src/components/FavoriteButton.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/FavoriteButton.vue b/src/components/FavoriteButton.vue
index c3f0aaa..e43ed8a 100644
--- a/src/components/FavoriteButton.vue
+++ b/src/components/FavoriteButton.vue
@@ -24,7 +24,7 @@ function toggleFavorite(event: MouseEvent) {
</script>
<template>
- <c-tooltip :tooltip="isFavorite ? 'Remove from favorites' : 'Add to favorites' ">
+ <c-tooltip :tooltip="isFavorite ? $t('favoriteButton.remove') : $t('favoriteButton.add') ">
<c-button
variant="text"
circle