From 258192e47cb8efbe057a630297d5bcfcd5b4002b Mon Sep 17 00:00:00 2001 From: James Morris Date: Thu, 25 Aug 2022 10:47:06 +0100 Subject: [PATCH] Moved from attribution to better copy refs https://github.com/TryGhost/Team/issues/1845 --- ghost/admin/app/components/gh-member-details.hbs | 2 +- ghost/admin/app/components/gh-member-settings-form.hbs | 2 +- 2 files 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 e9f75af4a9..6417bdc84a 100644 --- a/ghost/admin/app/components/gh-member-details.hbs +++ b/ghost/admin/app/components/gh-member-details.hbs @@ -49,7 +49,7 @@ {{#if (and @member.attribution @member.attribution.url @member.attribution.title) }}

{{svg-jar "satellite"}} - Attributed to {{ @member.attribution.title }} + Signed up to {{ @member.attribution.title }}

{{/if}}

diff --git a/ghost/admin/app/components/gh-member-settings-form.hbs b/ghost/admin/app/components/gh-member-settings-form.hbs index 1f36301ffc..72fcbe9818 100644 --- a/ghost/admin/app/components/gh-member-settings-form.hbs +++ b/ghost/admin/app/components/gh-member-settings-form.hbs @@ -196,7 +196,7 @@ Created on {{sub.startDate}} {{#if (and sub.attribution sub.attribution.url sub.attribution.title) }} ยท - Attributed to {{ sub.attribution.title }} + Subscribed on {{ sub.attribution.title }} {{/if}}