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";