From 4dee1866ed7bb46b30eeb7b02bddb4b53b3a1f70 Mon Sep 17 00:00:00 2001 From: Kevin G Christiano Date: Thu, 12 Mar 2020 12:54:53 -0400 Subject: [PATCH] corecting name --- MVMCore/MVMCore/Constants/MVMCoreJSONConstants.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MVMCore/MVMCore/Constants/MVMCoreJSONConstants.m b/MVMCore/MVMCore/Constants/MVMCoreJSONConstants.m index b30d03c..019f879 100644 --- a/MVMCore/MVMCore/Constants/MVMCoreJSONConstants.m +++ b/MVMCore/MVMCore/Constants/MVMCoreJSONConstants.m @@ -18,8 +18,8 @@ NSString * const KeyErrorHeading = @"errorHdg"; NSString * const KeyPage = @"Page"; NSString * const KeyPageType = @"pageType"; -NSString * const KeyShareText = @"shareText"; -NSString * const KeyShareType = @"shareType"; +NSString * const KeyShareText = @"sharedText"; +NSString * const KeyShareType = @"sharedType"; NSString * const KeyModuleMap = @"ModuleMap"; NSString * const KeyModuleList = @"modules"; NSString * const KeyPageMap = @"PageMap";