Skip to content

Commit

Permalink
Merge pull request #150 from raintank/verbiage-fix
Browse files Browse the repository at this point in the history
changed raintank to worldPing, as it made more sense
  • Loading branch information
mattttt authored Sep 28, 2016
2 parents 9443c3e + 55f1f90 commit 1be5aff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/components/probe/partials/probe_create.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<h1>Add a private probe</h1>
<span class="form-step-count page-header--flex-item">Step 1 of 2</span>
</div>
<p ng-if="!ctrl.probe.id" class="playlist-description">Private probes are the way to reach the deepest, darkest corners of your private networks - or, a way to extend our global footprint. Acts exactly like a public probe, but you control it and the results of each test are then transfered back to the raintank backend.</p>
<p ng-if="!ctrl.probe.id" class="playlist-description">Private probes are the way to reach the deepest, darkest corners of your private networks - or, a way to extend our global footprint. Acts exactly like a public probe, but you control it and the results of each test are then transfered back to the worldPing backend.</p>

<form ng-if="!ctrl.probe.id && !ctrl.requiresUpgrade" name="collectorNameForm">
<div class="gf-form">
Expand Down
2 changes: 1 addition & 1 deletion src/components/probe/partials/probe_create.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<h1>Add a private probe</h1>
<span class="form-step-count page-header--flex-item">Step 1 of 2</span>
</div>
<p ng-if="!ctrl.probe.id" class="playlist-description">Private probes are the way to reach the deepest, darkest corners of your private networks - or, a way to extend our global footprint. Acts exactly like a public probe, but you control it and the results of each test are then transfered back to the raintank backend.</p>
<p ng-if="!ctrl.probe.id" class="playlist-description">Private probes are the way to reach the deepest, darkest corners of your private networks - or, a way to extend our global footprint. Acts exactly like a public probe, but you control it and the results of each test are then transfered back to the worldPing backend.</p>

<form ng-if="!ctrl.probe.id && !ctrl.requiresUpgrade" name="collectorNameForm">
<div class="gf-form">
Expand Down

0 comments on commit 1be5aff

Please sign in to comment.