Skip to content

Commit

Permalink
Merge pull request #124 from tech4him1/patch-2
Browse files Browse the repository at this point in the history
Clarify local Site URL popup.
  • Loading branch information
bcomnes authored Apr 23, 2018
2 parents 44b94de + a9ffa49 commit 81b71f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/forms/siteurl.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default class SiteURLForm extends Component {
<form onsubmit={this.handleSiteURL} className="form">
<div className="flashMessage">
{
"Looks like you're running a local server. Please let us know the URL of your site."
"Looks like you're running a local server. Please let us know the URL of your Netlify site."
}
</div>
<div className="formGroup">
Expand Down

0 comments on commit 81b71f6

Please sign in to comment.