mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 21:54:40 +02:00
Fix 'Path' label when adding a place name
This commit is contained in:
parent
c77942c542
commit
a55a30f87f
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ function chooseFromHighFidelityPlaces(accessToken, forcePathTo, onSuccessfullyAd
|
|||
|
||||
if (forcePathTo === undefined || forcePathTo === null) {
|
||||
var path = "<div class='form-group'>";
|
||||
path += "<label for='place-path-input' class='control-label'>Path</label>";
|
||||
path += "<label for='place-path-input' class='control-label'>Path or Viewpoint</label>";
|
||||
path += "<input type='text' id='place-path-input' class='form-control' value='/'>";
|
||||
path += "</div>";
|
||||
modal_body.append($(path));
|
||||
|
|
Loading…
Reference in a new issue