Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 4cf1c90

Browse files
authoredSep 12, 2016
chore(start): Platform -> Cloud
1 parent f4bb581 commit 4cf1c90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎lib/start.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1024,15 +1024,15 @@ Start.promptLogin = function() {
10241024
var didPrompt = ionicConfig.get('accountPrompt');
10251025
if (didPrompt === 'y') {
10261026
log.info('\n' + 'New!'.green.bold +
1027-
' Add push notifications, live app updates, and more with Ionic Platform!'.bold);
1027+
' Add push notifications, live app updates, and more with Ionic Cloud!'.bold);
10281028
log.info(' ' + IONIC_DASH + '/signup\n');
10291029
return;
10301030
}
10311031
ionicConfig.set('accountPrompt', 'y');
10321032
ionicConfig.save();
10331033
}
10341034

1035-
log.info('\nCreate an Ionic Platform account to add features like User Authentication, ' +
1035+
log.info('\nCreate an Ionic Cloud account to add features like User Authentication, ' +
10361036
'Push Notifications, Live Updating, iOS builds, and more?');
10371037

10381038
var promptProperties = {

0 commit comments

Comments
 (0)
This repository has been archived.