update translations

This commit is contained in:
Alex Turchyn
2025-01-30 14:40:05 +02:00
committed by Pete Matsyburka
parent bfb2e0043d
commit 6d2a8ca3d3
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
</p>
<p>
<% if @current_account&.testing? %>
<%= t('sent_using_product_name_via_developer_sandbox_html', product_url: "#{Docuseal::PRODUCT_EMAIL_URL}/start", product_name: Docuseal.product_name) %>
<%= t('sent_using_product_name_in_testing_mode_html', product_url: "#{Docuseal::PRODUCT_EMAIL_URL}/start", product_name: Docuseal.product_name) %>
<% else %>
<%= t('sent_using_product_name_free_document_signing_html', product_url: "#{Docuseal::PRODUCT_EMAIL_URL}/start", product_name: Docuseal.product_name) %>
<% end %>