diff --git a/frontend/app/components/Dashboard/components/WidgetSessions/WidgetSessions.tsx b/frontend/app/components/Dashboard/components/WidgetSessions/WidgetSessions.tsx
index 96f3f909d..69c10de42 100644
--- a/frontend/app/components/Dashboard/components/WidgetSessions/WidgetSessions.tsx
+++ b/frontend/app/components/Dashboard/components/WidgetSessions/WidgetSessions.tsx
@@ -217,7 +217,7 @@ function WidgetSessions(props: Props) {
- {metricStore.clickMapSearch ? 'Clicks' : 'Sessions'}
+ {metricStore.clickMapSearch ? t('Clicks') : t('Sessions')}
{metricStore.clickMapLabel
@@ -233,7 +233,7 @@ function WidgetSessions(props: Props) {
{' '}
{hasFilters && (
-
+
@@ -270,7 +270,7 @@ function WidgetSessions(props: Props) {
>
diff --git a/frontend/app/locales/en.json b/frontend/app/locales/en.json
index 6ade6ee4d..ee89cf36c 100644
--- a/frontend/app/locales/en.json
+++ b/frontend/app/locales/en.json
@@ -1443,5 +1443,7 @@
"Dashboard": "Dashboard",
"Assist (Live)": "Assist (Live)",
"Assist (Call)": "Assist (Call)",
- "Change Spot Visibility": "Change Spot Visibility"
+ "Change Spot Visibility": "Change Spot Visibility",
+ "Clear Drilldown": "Clear Drilldown",
+ "Select Series": "Select Series"
}
diff --git a/frontend/app/locales/es.json b/frontend/app/locales/es.json
index f973d12a0..bd81d71de 100644
--- a/frontend/app/locales/es.json
+++ b/frontend/app/locales/es.json
@@ -1443,5 +1443,7 @@
"Dashboard": "Panel de control",
"Assist (Live)": "Asistencia (En vivo)",
"Assist (Call)": "Asistencia (Llamada)",
- "Change Spot Visibility": "Cambiar visibilidad de Spot"
+ "Change Spot Visibility": "Cambiar visibilidad de Spot",
+ "Clear Drilldown": "Limpiar desglose",
+ "Select Series": "Seleccionar Serie"
}
diff --git a/frontend/app/locales/fr.json b/frontend/app/locales/fr.json
index f1d5a293d..78faed5fd 100644
--- a/frontend/app/locales/fr.json
+++ b/frontend/app/locales/fr.json
@@ -1443,5 +1443,7 @@
"Dashboard": "Tableau de bord",
"Assist (Live)": "Assistance (En direct)",
"Assist (Call)": "Assistance (Appel)",
- "Change Spot Visibility": "Modifier la visibilité du Spot"
+ "Change Spot Visibility": "Modifier la visibilité du Spot",
+ "Clear Drilldown": "Effacer le forage",
+ "Select Series": "Sélectionner la série"
}
diff --git a/frontend/app/locales/ru.json b/frontend/app/locales/ru.json
index 6b34a01d9..b5e661f05 100644
--- a/frontend/app/locales/ru.json
+++ b/frontend/app/locales/ru.json
@@ -1443,5 +1443,7 @@
"Dashboard": "Дашборд",
"Assist (Live)": "Assist (Live)",
"Assist (Call)": "Assist (Call)",
- "Change Spot Visibility": "Изменить видимость Spot"
+ "Change Spot Visibility": "Изменить видимость Spot",
+ "Clear Drilldown": "Очистить детализацию",
+ "Select Series": "Выбрать серию"
}
diff --git a/frontend/app/locales/zh.json b/frontend/app/locales/zh.json
index 99af0c239..0c3871751 100644
--- a/frontend/app/locales/zh.json
+++ b/frontend/app/locales/zh.json
@@ -1443,5 +1443,7 @@
"Dashboard": "仪表板",
"Assist (Live)": "Assist(实时协助)",
"Assist (Call)": "Assist(通话协助)",
- "Change Spot Visibility": "更改 Spot 可见性"
+ "Change Spot Visibility": "更改 Spot 可见性",
+ "Clear Drilldown": "清除下钻",
+ "Select Series": "选择系列"
}