mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 22:38:48 +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>
|
||||
</div>
|
||||
<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 className="col-auto">
|
||||
{isCopied ? (
|
||||
|
|
|
|||
Loading…
Reference in a new issue