diff --git a/src/views/FriendsLocations/components/FriendsLocationsCard.vue b/src/views/FriendsLocations/components/FriendsLocationsCard.vue index 684f5800..cf2a2489 100644 --- a/src/views/FriendsLocations/components/FriendsLocationsCard.vue +++ b/src/views/FriendsLocations/components/FriendsLocationsCard.vue @@ -1,41 +1,90 @@ - - - - - - {{ avatarFallback }} - - - - {{ friend.name }} - - - - - {{ friend.ref?.statusDescription || ' ' }} - - - - - - + + + + + + + + {{ avatarFallback }} + + + + {{ friend.name }} + + + + + {{ friend.ref?.statusDescription || ' ' }} + + + + + + + + + + {{ t('dialog.user.actions.request_invite') }} + + + {{ t('dialog.user.actions.invite') }} + + + {{ t('dialog.user.actions.send_boop') }} + + + + {{ t('dialog.user.info.launch_invite_tooltip') }} + + + {{ t('dialog.user.info.self_invite_tooltip') }} + + +