Skip to content

Commit a974c2c

Browse files
chore:Changing email from help to support (#3660)
## Description Changing the email from `[email protected]` to `[email protected]` as the email [email protected] is not under monitoring. This email is used in some error messages, for example: ``` No express request set! Builder cannot target appropriately without this, please contact [[email protected]](mailto:[email protected]) to learn how to set this as required ```
1 parent c5dd946 commit a974c2c

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
## Reporting a Vulnerability
44

5-
Please report (suspected) security vulnerabilities to help@builder.io. If the issue is confirmed, we will release a patch as soon as possible depending on complexity. Thank you!
5+
Please report (suspected) security vulnerabilities to support@builder.io. If the issue is confirmed, we will release a patch as soon as possible depending on complexity. Thank you!

examples/embed-starter-kit/plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Getting started
44

5-
This example relies on enterprise features of Builder, please make sure you have the right space permissions/subscription before starting, if you don't, you can contact help@builder.io with your use case, and we'll set a proof of concept space for you.
5+
This example relies on enterprise features of Builder, please make sure you have the right space permissions/subscription before starting, if you don't, you can contact support@builder.io with your use case, and we'll set a proof of concept space for you.
66

77
### Install
88

packages/angular/src/app/modules/builder/services/builder.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export class BuilderService extends Builder {
6868
if (!Builder.isBrowser && !this.request) {
6969
console.warn(
7070
'No express request set! Builder cannot target appropriately without this, ' +
71-
'please contact help@builder.io to learn how to set this as required'
71+
'please contact support@builder.io to learn how to set this as required'
7272
);
7373
}
7474
}

packages/plugin-tools/src/components/error-boundary.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ export const ErrorMessage = () => (
3333
<a
3434
css={{ color: 'steelblue', cursor: 'pointer', fontWeight: 'bold' }}
3535
target="_blank"
36-
href="mailto:help@builder.io"
36+
href="mailto:support@builder.io"
3737
>
38-
help@builder.io
38+
support@builder.io
3939
</a>{' '}
4040
if this continues
4141
</div>

packages/widgets/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ For more detail, read the official Builder widgets documentation, [Using Widgets
5959

6060
## Help and troubleshooting
6161

62-
If you have questions or feedback, contact us at <help@builder.io>. We are happy to help!
62+
If you have questions or feedback, contact us at <support@builder.io>. We are happy to help!

plugins/algolia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"files": [
1111
"dist"
1212
],
13-
"author": "Builder.io <help@builder.io>",
13+
"author": "Builder.io <support@builder.io>",
1414
"repository": {
1515
"type": "git",
1616
"url": ""

plugins/example-data-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ This folder is a starting point to connecting your custom data plugins.
1313
3. add `http://locahost:1268/plugin.system.js?pluginId={{fill this with your package.json id form first bullet point above}}`
1414
4. now page will refresh to add your plugin code to the app
1515
5. navigate to any builder content and in the data tab test your data plugin.
16-
- Once you're done coding make a PR to this repo, or contact us @ help@builder.io if you're interested in building private plugins.
16+
- Once you're done coding make a PR to this repo, or contact us @ support@builder.io if you're interested in building private plugins.

plugins/rich-text/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ See [here](src/plugin.tsx) for the React component that powers this plugin
55
## Status
66

77
Builder plugins are in beta. If you run into any issues or have questions please
8-
contact help@builder.io for help
8+
contact support@builder.io for help
99

1010
## Creating a new plugin from this example
1111

plugins/shopify-demo/src/plugin.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ registerCommercePlugin(
8484
} catch (e) {
8585
console.error(e);
8686
appState.dialogs.alert(
87-
'If this problem persists, please contact help@builder.io',
87+
'If this problem persists, please contact support@builder.io',
8888
'Uh oh! An error occured :('
8989
);
9090
}

0 commit comments

Comments
 (0)