From a691f8d71347df6bedb9e4c67120b615d363e44c Mon Sep 17 00:00:00 2001 From: Scott Pfeil Date: Thu, 8 Aug 2024 14:14:03 -0400 Subject: [PATCH] Digital PCT265 story VZWYZDG-1866 - Update name to proper jargon. --- MVMCoreUI/Atomic/Actions/ActionNegateGoneModel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/Atomic/Actions/ActionNegateGoneModel.swift b/MVMCoreUI/Atomic/Actions/ActionNegateGoneModel.swift index 8bb28548..c7b5a661 100644 --- a/MVMCoreUI/Atomic/Actions/ActionNegateGoneModel.swift +++ b/MVMCoreUI/Atomic/Actions/ActionNegateGoneModel.swift @@ -10,7 +10,7 @@ import Foundation import MVMCore public struct ActionNegateGoneModel: ActionModelProtocol { - public static var identifier: String = "toggleGone" + public static var identifier: String = "negateGone" public var actionType: String = ActionNegateGoneModel.identifier public var extraParameters: JSONValueDictionary? public var analyticsData: JSONValueDictionary?