diff --git a/src/views/Favorites/components/FavoritesAvatarItem.vue b/src/views/Favorites/components/FavoritesAvatarItem.vue
index f50e452b..e5272d90 100644
--- a/src/views/Favorites/components/FavoritesAvatarItem.vue
+++ b/src/views/Favorites/components/FavoritesAvatarItem.vue
@@ -10,13 +10,14 @@
-
+
-
-
-
+
+
+ {{ t(tooltipContent) }}
+
-
+
-
-
-
+
+
+ {{ t('view.favorite.move_tooltip') }}
+
-
+
-
-
-
+
+
+ {{ t(tooltipContent) }}
+
(props.isLocalFavorite ? props.favorite : props.favorite.ref));
+ const tooltipContent = computed(() =>
+ t(props.isLocalFavorite ? 'view.favorite.copy_tooltip' : 'view.favorite.move_tooltip')
+ );
const smallThumbnail = computed(() => {
const url = localFavFakeRef.value.thumbnailImageUrl.replace('256', '128');