diff --git a/frontend/app/mstore/dashboardStore.ts b/frontend/app/mstore/dashboardStore.ts index 383fb27b5..babcb46fd 100644 --- a/frontend/app/mstore/dashboardStore.ts +++ b/frontend/app/mstore/dashboardStore.ts @@ -372,10 +372,10 @@ export default class DashboardStore { return dashboardService .addWidget(dashboard, metricIds) .then((response) => { - toast.success("Widget added successfully"); + toast.success("Metric added to dashboard."); }) .catch(() => { - toast.error("Widget could not be added"); + toast.error("Metric could not be added."); }) .finally(() => { this.isSaving = false;