mirror of
https://github.com/plausible/analytics.git
synced 2024-12-25 02:24:55 +03:00
Fixed two typos (#1555)
* Update settings_email_reports.html.eex * fixed two typos upgrage = upgrade tranfer = transfer
This commit is contained in:
parent
994d9a19b7
commit
7fc53124d8
@ -21,12 +21,12 @@
|
||||
<% role when role in [:admin, :viewer] -> %>
|
||||
<div class="mt-3 text-gray-600 dark:text-gray-300 text-center">
|
||||
<p>
|
||||
This site is currently locked and cannot be accessed. The site owner <b><%= @owner.email %></b> must upgrage their subscription plan in order to
|
||||
This site is currently locked and cannot be accessed. The site owner <b><%= @owner.email %></b> must upgrade their subscription plan in order to
|
||||
unlock the site.
|
||||
</p>
|
||||
<div class="mt-6 text-sm text-gray-500">
|
||||
<p>Want to pay for this site with the account you're logged in with?</p>
|
||||
<p class="mt-1">Contact <%= @owner.email %> and ask them to <%= link("tranfer the ownership", class: "text-indigo-500", to: "https://plausible.io/docs/transfer-ownership", rel: "noreferrer") %> of the site over to you</p>
|
||||
<p class="mt-1">Contact <%= @owner.email %> and ask them to <%= link("transfer the ownership", class: "text-indigo-500", to: "https://plausible.io/docs/transfer-ownership", rel: "noreferrer") %> of the site over to you</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt-6 w-full text-center">
|
||||
|
Loading…
Reference in New Issue
Block a user