Merge pull request #75 from oney/fix-mandatoryContinueButtonLabel

fix mandatoryContinueButtonLabel
This commit is contained in:
Jonathan Carter
2015-11-28 04:32:37 -08:00

View File

@@ -225,7 +225,7 @@ function sync(options = {}, syncStatusChangeCallback, downloadProgressCallback)
if (remotePackage.isMandatory) {
message = syncOptions.updateDialog.mandatoryUpdateMessage;
dialogButtons[0].text = syncOptions.mandatoryContinueButtonLabel;
dialogButtons[0].text = syncOptions.updateDialog.mandatoryContinueButtonLabel;
} else {
message = syncOptions.updateDialog.optionalUpdateMessage;
dialogButtons[0].text = syncOptions.updateDialog.optionalInstallButtonLabel;
@@ -297,4 +297,4 @@ var CodePush = {
}
};
module.exports = CodePush;
module.exports = CodePush;