Skip to content

Commit 81b71f6

Browse files
authored
Merge pull request #124 from tech4him1/patch-2
Clarify local Site URL popup.
2 parents 44b94de + a9ffa49 commit 81b71f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/forms/siteurl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default class SiteURLForm extends Component {
2222
<form onsubmit={this.handleSiteURL} className="form">
2323
<div className="flashMessage">
2424
{
25-
"Looks like you're running a local server. Please let us know the URL of your site."
25+
"Looks like you're running a local server. Please let us know the URL of your Netlify site."
2626
}
2727
</div>
2828
<div className="formGroup">

0 commit comments

Comments
 (0)