This commit is contained in:
2023-05-07 11:44:18 +02:00
parent 4d2e2fd66c
commit d708657865

View File

@@ -28,7 +28,7 @@
<a class="link link-primary" href="location/{{location.location}}/{{waypoint.id}}"> {{waypoint.name}}</a> <a class="link link-primary" href="location/{{location.location}}/{{waypoint.id}}"> {{waypoint.name}}</a>
</h3> </h3>
<div class="distance"> <div class="distance">
<h4 *ngIf="waypoint.distance && !positionNotFound">{{translations.distance}}{{waypoint.distance}} km</h4> <h4 *ngIf="waypoint.distance && !positionNotFound">{{translations.distance}}: {{waypoint.distance}} km</h4>
<h4 *ngIf="positionNotFound">{{translations.positionNotFoundErrorMessage}}</h4> <h4 *ngIf="positionNotFound">{{translations.positionNotFoundErrorMessage}}</h4>
</div> </div>