Skip to content

Commit 0ac40bd

Browse files
committed
Merge pull request #2339 from uProxy/trevj-do-referral
use our referral link for DigitalOcean signup button
2 parents eb4addc + f6ed8ea commit 0ac40bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/generic_ui/locales/en/messages.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,7 @@
13051305
},
13061306
"CLOUD_INSTALL_GET_STARTED_MESSAGE": {
13071307
"description": "Message shown during DigitalOcean server deployment",
1308-
"message": "Create a new account or sign in to connect and share access. <uproxy-faq-link anchor='whatAreCloudServers'>Learn more.</uproxy-faq-link>"
1308+
"message": "For $10 per month you can get and share access with your friends and family. If you sign up with uProxy, your first month is free! Create a new account or sign in to connect and share access. <uproxy-faq-link anchor='whatAreCloudServers'>Learn more.</uproxy-faq-link>"
13091309
},
13101310
"CLOUD_INSTALL_EXISTING_SERVER_MESSAGE": {
13111311
"description": "Instructions link for users who already have an existing cloud server.",
@@ -1317,7 +1317,7 @@
13171317
},
13181318
"CLOUD_INSTALL_INVITE_SCREEN_MESSAGE": {
13191319
"description": "Message shown on invite screen for DigitalOcean server deployment",
1320-
"message": "For $10 a month you can get and share access with friends and family from your own private server."
1320+
"message": "Get and share access with friends and family from your own private server."
13211321
},
13221322
"I_HAVE_AN_ACCOUNT": {
13231323
"description": "Button text shown during DigitalOcean server deployment",

src/generic_ui/polymer/cloud-install.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Polymer({
3737
this.$.loginOverlay.open();
3838
},
3939
launchDigitalOceanSignup: function() {
40-
ui.openTab('https://cloud.digitalocean.com/registrations/new');
40+
ui.openTab('https://m.do.co/c/5ddb4219b716');
4141
},
4242
launchDigitalOceanSettings: function() {
4343
ui.openTab('https://cloud.digitalocean.com/droplets');

0 commit comments

Comments
 (0)