diff --git a/src/dev-center/index.html b/src/dev-center/index.html index ea394a8c1..5a3b7d569 100644 --- a/src/dev-center/index.html +++ b/src/dev-center/index.html @@ -152,8 +152,8 @@
- Questions? Contact us: hi@puter.com + Questions? Contact us: support@puter.com Incentive Program Terms diff --git a/src/gui/src/UI/UIWindowCardVerificationRequired.js b/src/gui/src/UI/UIWindowCardVerificationRequired.js index 5b62ce461..11a214e11 100644 --- a/src/gui/src/UI/UIWindowCardVerificationRequired.js +++ b/src/gui/src/UI/UIWindowCardVerificationRequired.js @@ -87,7 +87,7 @@ function UIWindowCardVerificationRequired(options) { '

Verify a card to continue. You will not be charged.

'; // Offer a friendly human fallback so verification is never a dead end — // worded as help, not as an accusation. - h += `

Need help? Email hi@puter.com and we'll assist you creating your account.

`; + h += `

Need help? Email support@puter.com and we'll assist you creating your account.

`; h += '
'; h += ``; h += ''; @@ -248,7 +248,7 @@ function UIWindowCardVerificationRequired(options) { // outage, so message it specifically. if (xhr.responseJSON?.reason === 'device_unverifiable') { showError( - "We couldn't verify your device. Please email hi@puter.com for help.", + "We couldn't verify your device. Please email support@puter.com for help.", ); } else if (xhr.responseJSON?.error) { showError(xhr.responseJSON.error); diff --git a/src/gui/src/UI/UIWindowPhoneVerificationRequired.js b/src/gui/src/UI/UIWindowPhoneVerificationRequired.js index 551666575..665bbf608 100644 --- a/src/gui/src/UI/UIWindowPhoneVerificationRequired.js +++ b/src/gui/src/UI/UIWindowPhoneVerificationRequired.js @@ -43,13 +43,13 @@ import { // reasons fall back to the server's own message. const SEND_REASON_MESSAGES = { phone_already_used: - 'This phone number has already been used to verify the maximum number of accounts. Please use a different number, or email hi@puter.com for help.', + 'This phone number has already been used to verify the maximum number of accounts. Please use a different number, or email support@puter.com for help.', phone_send_limit: 'This phone number has received too many verification codes recently. Please try again later, or use a different number.', phone_verify_attempts_exhausted: - "You've used all of your phone verification attempts. Email hi@puter.com for assistance.", + "You've used all of your phone verification attempts. Email support@puter.com for assistance.", device_unverifiable: - "We couldn't verify your device. Please email hi@puter.com for assistance.", + "We couldn't verify your device. Please email support@puter.com for assistance.", }; // Seconds the "Re-send code" link stays disabled after a send. @@ -356,7 +356,7 @@ function UIWindowPhoneVerificationRequired(options) { h += `

${T.subtitle}

`; // Offer a friendly human fallback so verification is never a dead end — // worded as help, not as an accusation. - h += `

Need help? Email hi@puter.com and we'll assist creating your account.

`; + h += `

Need help? Email support@puter.com and we'll assist creating your account.

`; h += ''; h += ``; h += '
'; diff --git a/src/gui/src/UI/UIWindowSignup.js b/src/gui/src/UI/UIWindowSignup.js index a151d929f..d72808542 100644 --- a/src/gui/src/UI/UIWindowSignup.js +++ b/src/gui/src/UI/UIWindowSignup.js @@ -474,7 +474,7 @@ function UIWindowSignup (options) {

${html_encode(blockedMsg)}

-

If you already have an account, try logging in. Otherwise, contact hi@puter.com for assistance.

+

If you already have an account, try logging in. Otherwise, contact support@puter.com for assistance.

`; document.body.appendChild(overlay); diff --git a/src/gui/src/initgui.js b/src/gui/src/initgui.js index a50fd2e71..db867eddb 100644 --- a/src/gui/src/initgui.js +++ b/src/gui/src/initgui.js @@ -1460,7 +1460,7 @@ window.initgui = async function (options) {

${html_encode(blockedMsg)}

-

If you already have an account, try logging in. Otherwise, contact hi@puter.com for assistance.

+

If you already have an account, try logging in. Otherwise, contact support@puter.com for assistance.

`; document.body.appendChild(overlay);