Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 7 additions & 25 deletions packages/polymath-issuer/src/pages/providers/ApplyForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,31 +145,13 @@ export const ApplyFormComponent = props => {
Submit
</Button>
</p>

{networkId === MAINNET_NETWORK_ID ? (
<p className="pui-input-hint">
When you click submit, an email which contains the information entered
on that screen will be sent to the Advisory firm(s) you have selected.
None of this information is stored on Polymath servers, only your
browser&apos;s cache. To clear this information, simply clear your
browser&apos;s cache.
</p>
) : (
<p className="pui-input-hint">
<strong>
<em>
You are using Token Studio in a testnet environment. When you
click submit, an email WILL NOT be sent to the providers you have
selected. To send an email to the selected providers, please log
into Token Studio with mainnet.
<br />
None of this information is stored on Polymath servers, only your
browser&apos;s cache. To clear this information, simply clear your
browser&apos;s cache.
</em>
</strong>
</p>
)}
<p className="pui-input-hint">
When you click submit, an email which contains the information entered
on that screen will be sent to the Advisory firm(s) you have selected.
None of this information is stored on Polymath servers, only your
browser&apos;s cache. To clear this information, simply clear your
browser&apos;s cache.
</p>
<br />
</Form>
);
Expand Down