From 05daa59e408086364aee0b16f3ed5b8a15ee9f89 Mon Sep 17 00:00:00 2001 From: azyges <229218900+azyges@users.noreply.github.com> Date: Sun, 31 Aug 2025 10:02:02 +0900 Subject: [PATCH] incorrect label.. --- LightlessSync/UI/SettingsUi.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LightlessSync/UI/SettingsUi.cs b/LightlessSync/UI/SettingsUi.cs index 36b8f7d..2932892 100644 --- a/LightlessSync/UI/SettingsUi.cs +++ b/LightlessSync/UI/SettingsUi.cs @@ -815,7 +815,7 @@ public class SettingsUi : WindowMediatorSubscriberBase ImGui.Separator(); - if (_uiShared.MediumTreeNode("Validation", UIColors.Get("DimRed"))) + if (_uiShared.MediumTreeNode("Storage Clearing", UIColors.Get("DimRed"))) { ImGui.TextUnformatted("To clear the local storage accept the following disclaimer"); ImGui.Indent();