From 45a1d3698d89e84dd608864c1313cecb61509906 Mon Sep 17 00:00:00 2001 From: Gustavo Saiani <gus@metabase.com> Date: Fri, 3 Feb 2023 10:24:54 -0300 Subject: [PATCH] Update Orders.ID description in fixture (#28004) --- frontend/test/__support__/sample_database_fixture.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/test/__support__/sample_database_fixture.json b/frontend/test/__support__/sample_database_fixture.json index 29a5a0cf8eb..b23e9a67db5 100644 --- a/frontend/test/__support__/sample_database_fixture.json +++ b/frontend/test/__support__/sample_database_fixture.json @@ -484,7 +484,7 @@ "values": [] }, "2": { - "description": "This is a unique ID for the product. It is also called the “Invoice number†or “Confirmation number†in customer facing emails and screens.", + "description": "This is a unique ID for an order. It is also called the “Invoice number†or “Confirmation number†in customer facing emails and screens.", "table_id": 1, "semantic_type": "type/PK", "name": "ID", -- GitLab