diff --git a/src/i18n/en_US.json b/src/i18n/en_US.json index 1b28cf0ff..9beb6b377 100644 --- a/src/i18n/en_US.json +++ b/src/i18n/en_US.json @@ -1544,7 +1544,7 @@ "You replied to a comment on the event {event}.": "You replied to a comment on the event {event}.", "You replied to the discussion {discussion}.": "You replied to the discussion {discussion}.", "You requested to join the group.": "You requested to join the group.", - "You successfully joined the group {groupName} with your profile {preferredUsername} as {role}.": "You successfully joined the group {groupName} with your profile {preferredUsername} as {role}.", + "You successfully joined the group {groupName} with your profile {preferredUsername}.": "You successfully joined the group {groupName} with your profile {preferredUsername}.", "You updated the event {event}.": "You updated the event {event}.", "You updated the group {group}.": "You updated the group {group}.", "You updated the member {member}.": "You updated the member {member}.", diff --git a/src/i18n/fr_FR.json b/src/i18n/fr_FR.json index 53b4373e7..2b5a22d0d 100644 --- a/src/i18n/fr_FR.json +++ b/src/i18n/fr_FR.json @@ -1541,7 +1541,7 @@ "You replied to a comment on the event {event}.": "Vous avez r\u00e9pondu \u00e0 un commentaire sur l'\u00e9v\u00e9nement {event}.", "You replied to the discussion {discussion}.": "Vous avez r\u00e9pondu \u00e0 la discussion {discussion}.", "You requested to join the group.": "Vous avez demand\u00e9 \u00e0 rejoindre le groupe.", - "You successfully joined the group {groupName} with your profile {preferredUsername} as {role}.": "Vous avez rejoint avec succès le groupe {groupName} avec votre profil {preferredUsername} en tant que {role}.", + "You successfully joined the group {groupName} with your profile {preferredUsername}.": "Vous avez rejoint avec succès le groupe {groupName} avec votre profil {preferredUsername}.", "You updated the event {event}.": "Vous avez mis \u00e0 jour l'\u00e9v\u00e9nement {event}.", "You updated the group {group}.": "Vous avez mis \u00e0 jour le groupe {group}.", "You updated the member {member}.": "Vous avez mis \u00e0 jour le ou la membre {member}.", diff --git a/src/views/Group/GroupInvitationJoin.vue b/src/views/Group/GroupInvitationJoin.vue index a0c9c390f..5cb102af8 100644 --- a/src/views/Group/GroupInvitationJoin.vue +++ b/src/views/Group/GroupInvitationJoin.vue @@ -59,7 +59,7 @@