diff --git a/src/components/Dropdown.vue b/src/components/Dropdown.vue index cfe5b47..8a87b0d 100644 --- a/src/components/Dropdown.vue +++ b/src/components/Dropdown.vue @@ -23,7 +23,7 @@ diff --git a/src/components/house-planner/PlannerPropertyPanel.vue b/src/components/house-planner/PlannerPropertyPanel.vue index 08542e0..71eed79 100644 --- a/src/components/house-planner/PlannerPropertyPanel.vue +++ b/src/components/house-planner/PlannerPropertyPanel.vue @@ -50,7 +50,7 @@ const lineProps: ObjectProperty[] = [ { key: 'color', title: 'Color', type: 'color', groupable: true }, { key: 'lineCap', - title: 'Line Cap', + title: 'Line Cap Style', type: 'select', groupable: true, options: [ @@ -62,7 +62,7 @@ const lineProps: ObjectProperty[] = [ }, { key: 'lineJoin', - title: 'Line Join', + title: 'Line Join Style', type: 'select', groupable: true, options: [ diff --git a/src/components/house-planner/PlannerSidebars.vue b/src/components/house-planner/PlannerSidebars.vue index a8e069c..a3c8eca 100644 --- a/src/components/house-planner/PlannerSidebars.vue +++ b/src/components/house-planner/PlannerSidebars.vue @@ -1,5 +1,5 @@