From 0672bdb7c08f7a8db46fce5bdf9eb5b2e2281f0c Mon Sep 17 00:00:00 2001 From: Gary Sharp Date: Wed, 18 Jun 2025 13:03:20 +1000 Subject: [PATCH] qol: avoid license/activation confusion by renaming license `Activate` button to `Apply` --- .../Config/Views/SystemConfig/Index.cshtml | 6 ++-- .../Views/SystemConfig/Index.generated.cs | 32 +++++++++---------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Disco.Web/Areas/Config/Views/SystemConfig/Index.cshtml b/Disco.Web/Areas/Config/Views/SystemConfig/Index.cshtml index 9c0ebf3b..818c429f 100644 --- a/Disco.Web/Areas/Config/Views/SystemConfig/Index.cshtml +++ b/Disco.Web/Areas/Config/Views/SystemConfig/Index.cshtml @@ -131,7 +131,7 @@ { @Html.AntiForgeryToken(); - + }