diff --git a/src/Core/Constants.cs b/src/Core/Constants.cs index 842c6b6341..e85eee9a7d 100644 --- a/src/Core/Constants.cs +++ b/src/Core/Constants.cs @@ -197,7 +197,7 @@ public static class FeatureFlagKeys public const string RestrictProviderAccess = "restrict-provider-access"; public const string SecurityTasks = "security-tasks"; public const string CipherKeyEncryption = "cipher-key-encryption"; - public const string DesktopCipherForms = "pm-18520-desktop-cipher-forms"; + public const string DesktopCipherForm = "pm-18520-desktop-cipher-form"; public static List GetAllKeys() {