diff --git a/crm/api/dashboard.py b/crm/api/dashboard.py index bdd8aaff..295d6e56 100644 --- a/crm/api/dashboard.py +++ b/crm/api/dashboard.py @@ -307,7 +307,7 @@ def get_average_time_to_close(from_date, to_date, user="", conds="", return_resu return { "title": _("Avg Time to Close"), "value": current_avg, - "tooltip": _("Average time taken to close deals"), + "tooltip": _("Average time taken from lead creation to deal closure"), "suffix": " days", "delta": delta, "deltaSuffix": " days", diff --git a/frontend/src/components/Settings/General/GeneralSettings.vue b/frontend/src/components/Settings/General/GeneralSettings.vue index f713a0e8..29523d5c 100644 --- a/frontend/src/components/Settings/General/GeneralSettings.vue +++ b/frontend/src/components/Settings/General/GeneralSettings.vue @@ -21,7 +21,7 @@
{{ __( - "It will make deal's `Close Date` & `Deal Value` mandatory to get accurate forecasting insights", + 'Makes "Close Date" and "Deal Value" mandatory for deal value forecasting', ) }}
@@ -45,20 +45,22 @@
{{ __( - 'Set your CRM’s main currency. All monetary values will use this. This can’t be changed later.', + 'CRM currency for all monetary values. Once set, cannot be edited.', ) }}
+
+ {{ settings.doc.currency }} +