Skip to content

Commit

Permalink
Updated text
Browse files Browse the repository at this point in the history
  • Loading branch information
abuturla committed Oct 18, 2016
1 parent 2b9348b commit d5e2f9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions control/content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div ng-form="frmMain">
<div class="item clearfix row margin-bottom-fifteen">
<div class="labels col-md-2 padding-right-zero pull-left">
<span>Twitter handler</span>
<span>Twitter URL</span>
</div>
<div class="col-md-8 pull-left">
<input id="url" name="twitterHandler" placeholder="https://www.twitter.com" type="text" class="form-control"
Expand Down Expand Up @@ -53,7 +53,7 @@
if (result && !result.id) {
$scope.data = {
content: {
twitterHandler: "https://twitter.com/katyperry"
twitterHandler: "https://twitter.com/jimmyfallon"
}
};
}
Expand Down

0 comments on commit d5e2f9e

Please sign in to comment.