From bcb4b16c31b7d840d56f35a6f3317ee0ac5c0019 Mon Sep 17 00:00:00 2001 From: tiagohm Date: Fri, 9 Aug 2024 23:14:17 -0300 Subject: [PATCH] [desktop]: Fix Sky Atlas name for stars and dsos --- desktop/src/app/atlas/atlas.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/src/app/atlas/atlas.component.html b/desktop/src/app/atlas/atlas.component.html index 840e598a0..f700b6b48 100644 --- a/desktop/src/app/atlas/atlas.component.html +++ b/desktop/src/app/atlas/atlas.component.html @@ -632,7 +632,7 @@ - {{ body.name }} + {{ body.name.replaceAll('|', ' ยท ') }}