Skip to content

Commit e8dae46

Browse files
authored
fix(Email): Update URL to payment requests dashboard (#11638)
1 parent 6bd719b commit e8dae46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/emails/collective.newmember.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Subject: {{{remoteUser.collective.name}}} added you as {{{collective.name}}} {{r
99
<p>{{remoteUser.collective.name}} (cced) added you to <a href="https://opencollective.com/{{collective.slug}}">{{collective.name}}</a> as {{role}} on Open Collective.</p>
1010

1111
{{#if isAdmin }}
12-
<p>As an Admin, you can submit and approve <a href="{{config.host.website}}/dashboard/{{collective.slug}}/expenses">expenses</a>, edit <a href="https://opencollective.com/{{collective.slug}}">settings</a>, post <a href="https://opencollective.com/{{collective.slug}}/updates">updates</a>, and create <a href="https://opencollective.com/{{collective.slug}}/events/new">events</a>.</p>
12+
<p>As an Admin, you can submit and approve <a href="{{config.host.website}}/dashboard/{{collective.slug}}/payment-requests">payment requests</a>, edit <a href="https://opencollective.com/{{collective.slug}}">settings</a>, post <a href="https://opencollective.com/{{collective.slug}}/updates">updates</a>, and create <a href="https://opencollective.com/{{collective.slug}}/events/new">events</a>.</p>
1313
{{else}}
1414
<p>As a team member, you will appear in the <a href="https://opencollective.com/{{collective.slug}}#category-ABOUT">about section</a>. You can also <a href="https://opencollective.com/{{collective.slug}}/expenses">submit expenses</a> and <a href="https://opencollective.com/{{collective.slug}}/events/new">create events</a>.</p>
1515
{{/if}}

0 commit comments

Comments
 (0)