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}}