diff --git a/app/views/admin/accounts/show.html.haml b/app/views/admin/accounts/show.html.haml
index d5978eddd64..ae527cc23db 100644
--- a/app/views/admin/accounts/show.html.haml
+++ b/app/views/admin/accounts/show.html.haml
@@ -242,3 +242,13 @@
.actions
= f.button :button, t('admin.account_moderation_notes.create'), type: :submit
+
+ %hr.spacer/
+
+ - if @account.user&.invite_request&.text&.present?
+ %div.speech-bubble
+ %div.speech-bubble__bubble
+ = @account.user&.invite_request&.text
+ %div.speech-bubble__owner
+ = admin_account_link_to @account
+ = t('admin.accounts.invite_request_text')
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 3ff01ac86ae..1f5798fccd6 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -131,6 +131,7 @@ en:
follows: Follows
header: Header
inbox_url: Inbox URL
+ invite_request_text: Reasons for joining
invited_by: Invited by
ip: IP
joined: Joined