Skip to content

Commit

Permalink
F: OpenSeaMap#187 fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Kuebler committed Feb 20, 2017
1 parent f7dacbb commit 78964b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/templates/gauge.handlebars
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<div class="control-group">
<p><label class="tableft50">Guage Name</label></p>
<p><label class="tableft50">Gauge Name</label></p>
<div class="input-append">
<input type="text" id="name" name="name" placeholder="Maxau" value="{{name}}"/>
<span class="help-inline helpOsm"></span>
</div>
</div>
<div class="control-group">
<p><label class="tableft50">Gaugetype</label></p>
<p><label class="tableft50">Gauge Type</label></p>
<div class="input-append">
<input type="text" id="gaugeType" name="gaugeType" placeholder="Fluss" value="{{gaugeType}}"/>
<span class="help-inline helpOsm"></span>
Expand Down

0 comments on commit 78964b2

Please sign in to comment.