From c48df76d9b5dd438c86001269f87920a46680a42 Mon Sep 17 00:00:00 2001 From: Djordje Vlaisavljevic Date: Mon, 3 Oct 2022 14:25:32 +0200 Subject: [PATCH] Updated formatting of the signup info refs https://github.com/TryGhost/Team/issues/1986 --- ghost/admin/app/components/gh-member-details.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghost/admin/app/components/gh-member-details.hbs b/ghost/admin/app/components/gh-member-details.hbs index 042a688655..fa58e071a4 100644 --- a/ghost/admin/app/components/gh-member-details.hbs +++ b/ghost/admin/app/components/gh-member-details.hbs @@ -70,13 +70,13 @@ {{#if this.referrerSource}}

{{svg-jar "earth"}} - Signup source- {{this.referrerSource}} + Signup source – {{this.referrerSource}}

{{/if}} {{#if (and @member.attribution.url @member.attribution.title)}}

{{svg-jar "posts"}} - Signup page- {{ @member.attribution.title }} + Signup page – {{ @member.attribution.title }}

{{!-- Learn more → --}} {{/if}}