From 26c10b9e1766e2a9e0623636aa6bf5fdcd994bb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joe=20Ku=CC=88ng?= Date: Sun, 7 May 2023 21:08:17 +0200 Subject: [PATCH] changes --- src/app/component/list/list.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/component/list/list.component.html b/src/app/component/list/list.component.html index 6e7f75c..d4054a9 100644 --- a/src/app/component/list/list.component.html +++ b/src/app/component/list/list.component.html @@ -9,7 +9,7 @@ {{locations.location}}
-

{{translations.distance}}{{locations.distance}} km

+

{{translations.distance}}: {{locations.distance}} km

{{translations.positionNotFoundErrorMessage}}