Skip to content

Commit 8b203cd

Browse files
Add deadline reminder for ownership transfer request (#6208)
* Add deadline reminder for ownership transfer request Added a reminder for the new owner to accept the ownership transfer request within 48 hours. This will help us reduce a bit of support volume too. * Fix formatting in ownership transfer email template
1 parent 7fddf70 commit 8b203cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/plausible_web/templates/email/ownership_transfer_request.html.heex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{@inviter.email} has requested to transfer the ownership of {@site.domain} site on {Plausible.product_name()} to you.
1+
{@inviter.email} has requested to transfer the ownership of {@site.domain} site on {Plausible.product_name()} to you. Please accept the request within 48 hours.
22
<%= if @new_owner_account do %>
33
<a href={Routes.site_url(PlausibleWeb.Endpoint, :index)}>Click here</a>
44
to view and respond to the invitation.

0 commit comments

Comments
 (0)