From 6c7dacf561acc04ad739953d89cd8fc3ec6d7a21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joe=20Ku=CC=88ng?= Date: Thu, 27 Apr 2023 07:57:07 +0200 Subject: [PATCH] fix position error --- src/app/list/list.component.html | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/src/app/list/list.component.html b/src/app/list/list.component.html index 26dcb4a..bf75e7a 100644 --- a/src/app/list/list.component.html +++ b/src/app/list/list.component.html @@ -1,12 +1,13 @@ - +

{{translations.locationName}}{{locationParams}} @@ -16,8 +17,8 @@ {{locations.location}}

-

{{translations.distance}}{{distance[i]}} km

-

could not retrieve distance

+

{{translations.distance}}{{distance[i]}} km

+

{{translations.positionNotFoundErrorMessage}}

@@ -31,8 +32,8 @@ {{waypoinst.name}}
-

{{translations.distance}}{{distance[i]}} km

-

{{translations.positionNotFoundErrorMessage}}

+

{{translations.distance}}{{distance[i]}} km

+

{{translations.positionNotFoundErrorMessage}}