mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Fixes a typo in datasource modal (#2270)
This commit is contained in:
parent
f426c3b95d
commit
64cfcc6acd
1 changed files with 1 additions and 1 deletions
|
|
@ -580,7 +580,7 @@ class DataSourceManager extends React.Component {
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
<div className="col" style={{ maxWidth: '480px' }}>
|
<div className="col" style={{ maxWidth: '480px' }}>
|
||||||
<p>Please white-list our IP address if your databases are not publicly accessabile</p>
|
<p>Please white-list our IP address if the data source is not publicly accessible.</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="col-auto">
|
<div className="col-auto">
|
||||||
{isCopied ? (
|
{isCopied ? (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue