Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit cd5bfd0

Browse files
committed
replace support@codestream with NR link for support
1 parent 6e61866 commit cd5bfd0

9 files changed

+11
-11
lines changed

api_server/modules/web/subscription_error_request.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class SubscriptionErrorRequest extends WebRequestBase {
1212
const errorCode = decodeURIComponent(this.request.query.error || '');
1313
return super.render('error', {
1414
title: 'Subscription upgrade failed',
15-
body: `Your request to upgrade your subscription failed (error code <b>${errorCode}</b>). <a href="mailto:support@codestream.com">Contact support</a> if you need assistance.`
15+
body: `Your request to upgrade your subscription failed (error code <b>${errorCode}</b>). <a href="https://one.newrelic.com/help-xp">Contact support</a> if you need assistance.`
1616
});
1717
}
1818
}

api_server/modules/web/templates/partial_menu.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<div class='dropdown-divider'></div>
2727
{{/if}}
2828
{{/if}}
29-
<a class='dropdown-item' href='mailto:support@codestream.com'>Feedback</a>
29+
<a class='dropdown-item' href='https://one.newrelic.com/help-xp'>Feedback</a>
3030
<a
3131
class='dropdown-item'
3232
href='https://docs.newrelic.com/docs/codestream'

api_server/modules/web/web_confirm_email_failed_request.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class WebConfirmEmailFailedRequest extends WebRequestBase {
1212
const errorCode = decodeURIComponent(this.request.query.error || '');
1313
return super.render('error', {
1414
title: 'Confirmation failed',
15-
body: `Your request to confirm your new email failed (error code <b>${errorCode}</b>). <a href="mailto:support@codestream.com">Contact support</a> if you need assistance.`
15+
body: `Your request to confirm your new email failed (error code <b>${errorCode}</b>). <a href="https://one.newrelic.com/help-xp">Contact support</a> if you need assistance.`
1616
});
1717
}
1818
}

api_server/modules/web/web_error_request.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class WebErrorRequest extends WebRequestBase {
2121
const withCode = displayCode ? ` (error: <b>${displayCode}</b>)` : '';
2222
return super.render('error', {
2323
title: title || 'Authentication failed',
24-
body: body || `We were not able to authenticate you${withProvider}${withCode}. <a href="mailto:support@codestream.com">Contact support</a> if you need assistance, or return to your IDE to try again.`,
24+
body: body || `We were not able to authenticate you${withProvider}${withCode}. <a href="https://one.newrelic.com/help-xp">Contact support</a> if you need assistance, or return to your IDE to try again.`,
2525
code: code || ''
2626
});
2727
}
@@ -36,13 +36,13 @@ class WebErrorRequest extends WebRequestBase {
3636
case 'USRC-1015':
3737
return {
3838
title: 'Multiple Workspaces',
39-
body: `Unfortunately, at this time, you can only be a member of one ${connectedTeam} team on CodeStream. <a href="mailto:support@codestream.com">Contact support</a> and we'll let you know as soon as support for multiple ${connectedTeam} teams is ready.`
39+
body: `Unfortunately, at this time, you can only be a member of one ${connectedTeam} team on CodeStream. <a href="https://one.newrelic.com/help-xp">Contact support</a> and we'll let you know as soon as support for multiple ${connectedTeam} teams is ready.`
4040
};
4141

4242
case 'USRC-1020':
4343
return {
4444
title: 'Invitation conflict.',
45-
body: '<a href="mailto:support@codestream.com">Contact support</a>.'
45+
body: '<a href="https://one.newrelic.com/help-xp">Contact support</a>.'
4646
};
4747
case 'PRVD-1005':
4848
return {

api_server/modules/web/web_unfollow_error_request.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class WebUnfollowErrorRequest extends WebRequestBase {
1212
const errorCode = decodeURIComponent(this.request.query.error || '');
1313
return super.render('error', {
1414
title: 'Request failed',
15-
body: `Your request to unfollow this codemark failed (error code <b>${errorCode}</b>). <a href="mailto:support@codestream.com">Contact support</a> if you need assistance.`
15+
body: `Your request to unfollow this codemark failed (error code <b>${errorCode}</b>). <a href="https://one.newrelic.com/help-xp">Contact support</a> if you need assistance.`
1616
});
1717
}
1818
}

api_server/modules/web/web_unfollow_review_error_request.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class WebUnfollowReviewErrorRequest extends WebRequestBase {
1212
const errorCode = decodeURIComponent(this.request.query.error || '');
1313
return super.render('error', {
1414
title: 'Request failed',
15-
body: `Your request to unfollow this code review failed (error code <b>${errorCode}</b>). <a href="mailto:support@codestream.com">Contact support</a> if you need assistance.`
15+
body: `Your request to unfollow this code review failed (error code <b>${errorCode}</b>). <a href="https://one.newrelic.com/help-xp">Contact support</a> if you need assistance.`
1616
});
1717
}
1818
}

api_server/modules/web/web_unsubscribe_notification_error_request.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class WebUnsubscribeWeeklyErrorRequest extends WebRequestBase {
1212
const errorCode = decodeURIComponent(this.request.query.error || '');
1313
return super.render('error', {
1414
title: 'Request failed',
15-
body: `Your request to unsubscribe to notification emails failed (error code <b>${errorCode}</b>). <a href="mailto:support@codestream.com">Contact support</a> for assistance.`
15+
body: `Your request to unsubscribe to notification emails failed (error code <b>${errorCode}</b>). <a href="https://one.newrelic.com/help-xp">Contact support</a> for assistance.`
1616
});
1717
}
1818
}

api_server/modules/web/web_unsubscribe_reminder_error_request.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class WebUnsubscribeWeeklyErrorRequest extends WebRequestBase {
1212
const errorCode = decodeURIComponent(this.request.query.error || '');
1313
return super.render('error', {
1414
title: 'Request failed',
15-
body: `Your request to unsubscribe to feedback request reminder emails failed (error code <b>${errorCode}</b>). <a href="mailto:support@codestream.com">Contact support</a> for assistance.`
15+
body: `Your request to unsubscribe to feedback request reminder emails failed (error code <b>${errorCode}</b>). <a href="https://one.newrelic.com/help-xp">Contact support</a> for assistance.`
1616
});
1717
}
1818
}

api_server/modules/web/web_unsubscribe_weekly_error_request.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class WebUnsubscribeWeeklyErrorRequest extends WebRequestBase {
1212
const errorCode = decodeURIComponent(this.request.query.error || '');
1313
return super.render('error', {
1414
title: 'Request failed',
15-
body: `Your request to unsubscribe to weekly activity emails failed (error code <b>${errorCode}</b>). <a href="mailto:support@codestream.com">Contact support</a> for assistance.`
15+
body: `Your request to unsubscribe to weekly activity emails failed (error code <b>${errorCode}</b>). <a href="https://one.newrelic.com/help-xp">Contact support</a> for assistance.`
1616
});
1717
}
1818
}

0 commit comments

Comments
 (0)