diff --git a/app/javascript/submission_form/completed.vue b/app/javascript/submission_form/completed.vue index 12c291b3..80618e7b 100644 --- a/app/javascript/submission_form/completed.vue +++ b/app/javascript/submission_form/completed.vue @@ -101,11 +101,7 @@ class="text-center mt-4" > {{ t('powered_by') }} - arcab Sign - {{ t('open_source_documents_software') }} + arcab Sign @@ -302,3 +298,4 @@ export default { } } + diff --git a/app/views/devise/sessions/new.html.erb b/app/views/devise/sessions/new.html.erb index f58d59aa..7fcc1671 100644 --- a/app/views/devise/sessions/new.html.erb +++ b/app/views/devise/sessions/new.html.erb @@ -1,3 +1,4 @@ +<% content_for(:html_title, "Login | arcab Sign") %> <%= content_for(:canonical_url, new_user_session_url) %> <% content_for(:hide_navbar, true) %> <% content_for(:full_width, true) %> diff --git a/app/views/shared/_email_attribution.html.erb b/app/views/shared/_email_attribution.html.erb index 8cfd4988..8e32ec4e 100644 --- a/app/views/shared/_email_attribution.html.erb +++ b/app/views/shared/_email_attribution.html.erb @@ -3,8 +3,8 @@
<% 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) %> + <%= 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) %> + <%= Docuseal.product_name %> <% end %>
diff --git a/app/views/shared/_powered_by.html.erb b/app/views/shared/_powered_by.html.erb index dd0ee3fd..80ca8682 100644 --- a/app/views/shared/_powered_by.html.erb +++ b/app/views/shared/_powered_by.html.erb @@ -9,5 +9,5 @@ <% else %> <%= t('powered_by') %> <% end %> - <%= Docuseal.product_name %> - <%= t('open_source_documents_software') %> + <%= Docuseal.product_name %>