diff --git a/Libraries/Alert/Alert.js b/Libraries/Alert/Alert.js index 940db0c7b..8330e01bb 100644 --- a/Libraries/Alert/Alert.js +++ b/Libraries/Alert/Alert.js @@ -76,7 +76,7 @@ class Alert { ): void { if (Platform.OS === 'ios') { if (typeof type !== 'undefined') { - console.warn('Alert.alert() with a 4th "type" parameter is deprecated and will be removed. Use AlertIOS.prompt() instead.'); + console.warn('Alert.alert() with a 5th "type" parameter is deprecated and will be removed. Use AlertIOS.prompt() instead.'); AlertIOS.alert(title, message, buttons, type); return; }