From 7a2c852ea952501034e530f04ccd53ab8aeb114d Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Tue, 20 Jul 2021 18:50:03 +1000 Subject: [PATCH] Update select tool title --- src/components/map/controls/SelectToolSettings.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/map/controls/SelectToolSettings.tsx b/src/components/map/controls/SelectToolSettings.tsx index f07afee..1abb058 100644 --- a/src/components/map/controls/SelectToolSettings.tsx +++ b/src/components/map/controls/SelectToolSettings.tsx @@ -36,13 +36,13 @@ function SelectToolSettings({ const tools = [ { id: "path", - title: "Lasso (L)", + title: "Lasso Selection (L)", isSelected: settings.type === "path", icon: , }, { id: "rectangle", - title: "Rectangle (R)", + title: "Rectangle Selection (R)", isSelected: settings.type === "rectangle", icon: , },