Added check if waypoint is visited and label with translation for radial percentage

This commit is contained in:
grata
2023-05-07 13:36:16 +02:00
parent a8355af2a6
commit d259d4bfa6
2 changed files with 2 additions and 2 deletions

View File

@@ -220,7 +220,7 @@
</div>
<div>
<label for="image">{{translations.image}} (Base64):</label>
<label for="image">{{translations.image}}: </label>
<input type="text" id="image" name="image" [(ngModel)]="newWaypoint.img">
</div>

View File

@@ -11,7 +11,7 @@
"lon": "Longitude",
"description": "Description",
"locationName": "Location Name",
"image": "Image",
"image": "Image (Direct Link)",
"translate": "Translate",
"addUserButton": "Add User",
"addLocationButton": "Add Location",