change footer url

This commit is contained in:
Pete Matsyburka
2026-06-29 20:26:51 +03:00
parent 6ed5b5d35d
commit 25c5c11ab3
2 changed files with 10 additions and 1 deletions
+3 -1
View File
@@ -4,7 +4,9 @@
<p>
<% if @current_account&.testing? %>
<%= t('sent_using_product_name_in_testing_mode_html', product_url: "#{Docuseal::PRODUCT_EMAIL_URL}/start", product_name: Docuseal.product_name) %>
<% else %>
<% elsif Docuseal.multitenant? %>
<%= t('sent_using_product_name_free_document_signing_html', product_url: "#{Docuseal::PRODUCT_EMAIL_URL}/start", product_name: Docuseal.product_name) %>
<% else %>
<%= t('sent_using_product_name_open_source_software_html', product_url: "#{Docuseal::PRODUCT_EMAIL_URL}/open", product_name: Docuseal.product_name) %>
<% end %>
</p>