From 95d4179e288dcb4b8b5f2ca8d31e912fb4e2ee87 Mon Sep 17 00:00:00 2001 From: Aleksandr Lesnenko <alxnddr@users.noreply.github.com> Date: Mon, 3 Jun 2024 22:53:49 -0300 Subject: [PATCH] Amend stack values labels control copy (#43553) --- frontend/src/metabase/visualizations/lib/settings/graph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/metabase/visualizations/lib/settings/graph.js b/frontend/src/metabase/visualizations/lib/settings/graph.js index f124c7c2bb3..eac79c2a829 100644 --- a/frontend/src/metabase/visualizations/lib/settings/graph.js +++ b/frontend/src/metabase/visualizations/lib/settings/graph.js @@ -369,7 +369,7 @@ export const GRAPH_DISPLAY_VALUES_SETTINGS = { props: { options: [ { name: t`Total`, value: "total" }, - { name: t`Insides`, value: "series" }, + { name: t`Segments`, value: "series" }, { name: t`Both`, value: "all" }, ], }, -- GitLab