From b39f087feca4ae26503c7cd6d721a6e801332889 Mon Sep 17 00:00:00 2001 From: Artem Dzhereleiko Date: Tue, 3 Dec 2024 13:53:45 +0200 Subject: [PATCH] UI: Rename segmented button to Two-segment button --- .../main/data/json/system/widget_types/two_segment_button.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/src/main/data/json/system/widget_types/two_segment_button.json b/application/src/main/data/json/system/widget_types/two_segment_button.json index 96c7987e13..d32d139dce 100644 --- a/application/src/main/data/json/system/widget_types/two_segment_button.json +++ b/application/src/main/data/json/system/widget_types/two_segment_button.json @@ -1,6 +1,6 @@ { "fqn": "two_segment_button", - "name": "Two segment button", + "name": "Two-segment button", "deprecated": false, "image": "tb-image;/api/images/system/two-segment-button.svg", "description": "Facilitates navigation to other dashboards, states, or custom actions. Configurable settings allow for on-click action definition and conditions for button activation or deactivation. It offers various layouts and custom styling options for different stat",