diff --git a/src/editor/components/components/AddLayerPanel/AddLayerPanel.component.jsx b/src/editor/components/components/AddLayerPanel/AddLayerPanel.component.jsx index 6dc01c7f8..e97c8a089 100644 --- a/src/editor/components/components/AddLayerPanel/AddLayerPanel.component.jsx +++ b/src/editor/components/components/AddLayerPanel/AddLayerPanel.component.jsx @@ -283,7 +283,7 @@ const AddLayerPanel = ({ onClose, isAddLayerPanelOpen }) => { const cardClick = (card, isProUser) => { if (card.requiresPro && !isProUser) { STREET.notify.errorMessage( - `A Pro account is required for this entity. Please contact kieran.farr@gmail.com for pro access.` + `Pro account required to add this layer, contact kieran@3dstreet.org for access` ); } else if (card.mixinId) { createEntity(card.mixinId); diff --git a/src/editor/components/scenegraph/Toolbar.js b/src/editor/components/scenegraph/Toolbar.js index 41eb25ba5..ee2564b61 100644 --- a/src/editor/components/scenegraph/Toolbar.js +++ b/src/editor/components/scenegraph/Toolbar.js @@ -169,7 +169,7 @@ export default class Toolbar extends Component { streetGeo['longitude'] ) { STREET.notify.errorMessage( - `Geospatial Pro account required to save 3DStreet Cloud scenes with 'longitude' and 'latitude' geolocation. You may download a '.3dstreet.json' file instead.` + `Pro account required to save scenes with geolocation, contact kieran@3dstreet.org for access` ); return; }