From f4b3dc4c30baf1697d0620f663aae36322fdc32c Mon Sep 17 00:00:00 2001 From: Rohil Surana Date: Thu, 2 Jul 2026 13:05:30 +0530 Subject: [PATCH] fix: remove duplicated word in users listing preference description --- core/preference/preference.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/preference/preference.go b/core/preference/preference.go index 8074493e3..8de34e30e 100644 --- a/core/preference/preference.go +++ b/core/preference/preference.go @@ -167,7 +167,7 @@ var DefaultTraits = []Trait{ ResourceType: schema.PlatformNamespace, Name: PlatformDisableUsersListing, Title: "Disable Users Listing", - Description: "If selected will will disallow non-admin APIs to list all users on the platform. Default is false.", + Description: "If selected will disallow non-admin APIs to list all users on the platform. Default is false.", Heading: "Platform Settings", SubHeading: "Manage platform settings and how it's members interact with the platform.", Input: TraitInputCheckbox,