Skip to content

Commit 9b2245e

Browse files
committed
Updated error message when the app fails to connect to the server
1 parent 5bfa97c commit 9b2245e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/js/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ function onBuildSubmitSuccess() {
166166
setTimeout(function() {
167167
navigator.notification.alert(
168168
'Unable to download archive from the server.\n\n' +
169-
'Please check your network settings.',
169+
'Please upgrade the PhoneGap CLI or check your network settings.',
170170
function() {}
171171
);
172172
}, 4000);

0 commit comments

Comments
 (0)