diff --git a/src/components/Group/InvitationCard.vue b/src/components/Group/InvitationCard.vue
index f3ef4bbc4..07515dd42 100644
--- a/src/components/Group/InvitationCard.vue
+++ b/src/components/Group/InvitationCard.vue
@@ -3,11 +3,14 @@
{{ member?.invitedBy?.name }}
+
+ {{ member?.actor?.name || member?.actor?.preferredUsername }}
+
diff --git a/src/i18n/en_US.json b/src/i18n/en_US.json
index 3bf62aae1..4fffd47e8 100644
--- a/src/i18n/en_US.json
+++ b/src/i18n/en_US.json
@@ -429,7 +429,7 @@
"Primary Color": "Primary Color",
"Secondary Color": "Secondary Color",
"No resources selected": "No resources selected|One resources selected|{count} resources selected",
- "You have been invited by {invitedBy} to the following group:": "You have been invited by {invitedBy} to the following group:",
+ "You ({invitedActor}) have been invited by {invitedBy} to the following group:": "You ({invitedActor}) have been invited by {invitedBy} to the following group:",
"Accept": "Accept",
"Decline": "Decline",
"Rename": "Rename",
diff --git a/src/i18n/fr_FR.json b/src/i18n/fr_FR.json
index 1f07b3e27..1a42d0a1f 100644
--- a/src/i18n/fr_FR.json
+++ b/src/i18n/fr_FR.json
@@ -1437,7 +1437,7 @@
"You excluded member {member}.": "Vous avez exclu le ou la membre {member}.",
"You have access to this conversation as a member of the {group} group": "Vous avez accès à cette conversation en tant que membre du groupe {group}",
"You have attended {count} events in the past.": "Vous n'avez participé à aucun événement par le passé.|Vous avez participé à un événement par le passé.|Vous avez participé à {count} événements par le passé.",
- "You have been invited by {invitedBy} to the following group:": "Vous avez été invité par {invitedBy} à rejoindre le groupe suivant :",
+ "You ({invitedActor}) have been invited by {invitedBy} to the following group:": "Vous ({invitedActor}) avez été invité par {invitedBy} à rejoindre le groupe suivant :",
"You have been logged-out": "Vous avez été déconnecté·e",
"You have been removed from this group's members.": "Vous avez été exclu·e des membres de ce groupe.",
"You have cancelled your participation": "Vous avez annulé votre participation",