diff --git a/templates/crm/leads/lead_form.html b/templates/crm/leads/lead_form.html index cd888aa2..2beec219 100644 --- a/templates/crm/leads/lead_form.html +++ b/templates/crm/leads/lead_form.html @@ -25,7 +25,7 @@ {% block content %}
-

{% if object %}{{ _("Update") }}{% else %}{{ _("Create") }}{% endif %}

+

{% if object %}{{ _("Update Lead") }}{% else %}{{ _("Create New Lead") }}{% endif %}

diff --git a/templates/crm/leads/lead_tracking.html b/templates/crm/leads/lead_tracking.html index cfef8140..9c153639 100644 --- a/templates/crm/leads/lead_tracking.html +++ b/templates/crm/leads/lead_tracking.html @@ -77,7 +77,7 @@
{{ _("New Leads")}} ({{new|length}})
{% for lead in new %} - + {% if opportunity.estimate %} - {{ _("View Quotation")}} + {{ _("View Quotation")}} {% else %}

{{ _("No Estimate") }}

{% endif %} diff --git a/templates/crm/opportunities/partials/opportunity_grid.html b/templates/crm/opportunities/partials/opportunity_grid.html index 6709ab4f..4579e465 100644 --- a/templates/crm/opportunities/partials/opportunity_grid.html +++ b/templates/crm/opportunities/partials/opportunity_grid.html @@ -119,7 +119,7 @@
@@ -271,6 +267,13 @@ {% endif %} +
@@ -474,7 +477,7 @@
Privacy policyTermsCookies
- {% else %} + {% else %}
{% trans 'Sign In' %}
diff --git a/templates/inventory/car_list_view.html b/templates/inventory/car_list_view.html index 8b566764..ec1a3eed 100644 --- a/templates/inventory/car_list_view.html +++ b/templates/inventory/car_list_view.html @@ -305,7 +305,7 @@ - + {% endblock %} {% block customJS %} diff --git a/templates/ledger/bank_accounts/bank_account_list.html b/templates/ledger/bank_accounts/bank_account_list.html index 9c8187e1..32ca2474 100644 --- a/templates/ledger/bank_accounts/bank_account_list.html +++ b/templates/ledger/bank_accounts/bank_account_list.html @@ -8,7 +8,7 @@

{% trans "Bank Accounts" %}

- {% trans "Add Bank Account" %} + {% trans "Add Bank Account" %}
{% include "partials/search_box.html" %} {% if page_obj.object_list %} @@ -36,7 +36,7 @@ {{ bank.account_type|capfirst }} - {% trans "Update" %} diff --git a/templates/ledger/coa_accounts/account_detail.html b/templates/ledger/coa_accounts/account_detail.html index c1082520..92b9ebef 100644 --- a/templates/ledger/coa_accounts/account_detail.html +++ b/templates/ledger/coa_accounts/account_detail.html @@ -99,7 +99,7 @@
diff --git a/templates/ledger/coa_accounts/partials/account_table.html b/templates/ledger/coa_accounts/partials/account_table.html index 41638aa6..5f1a0d67 100644 --- a/templates/ledger/coa_accounts/partials/account_table.html +++ b/templates/ledger/coa_accounts/partials/account_table.html @@ -39,7 +39,7 @@