Skip to content

Commit 0dd093a

Browse files
committed
Some text improvements
1 parent 0eb908c commit 0dd093a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
<input ng-model="me.x" type="number" class="coord_input"></input>
2828
<input ng-model="me.y" type="number" class="coord_input"></input>
2929
<input ng-model="me.z" type="number" class="coord_input"></input>
30-
<button ng-click="search_system_name();">Searc System</button>
31-
<input ng-model="search.system_name" ng-model-options="{debounce: 1000}" placeholder="System Name where you"></input>
32-
<input ng-model="search.target_limit" placeholder="Min sell distance"></input>
30+
<button ng-click="search_system_name();">Search System</button>
31+
System Name: <input ng-model="search.system_name" ng-model-options="{debounce: 1000}" placeholder="System Name where you"></input>
32+
Min sell distance: <input ng-model="search.target_limit" placeholder="Min sell distance"></input>
3333
<span ng-show="search.system_name_wrong" style="color: 'red'">There is no system with this name or edsm.net don't know coords</span>
3434
</div>
3535

0 commit comments

Comments
 (0)