Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
2023-05-07 13:47:19 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -227,7 +227,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",