From 455b2ce1f1cf2aa4457ddcbc043f5ba1c6fd7c02 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Wed, 9 Jun 2021 23:28:07 +0200 Subject: [PATCH] adapt D-Star terminology in the labels --- htdocs/css/openwebrx.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index 8beeade..e0a3cd4 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -1086,15 +1086,15 @@ img.openwebrx-mirror-img } .openwebrx-dstar-yourcall:not(:empty):before { - content: "To: "; -} - -.openwebrx-dstar-destination:not(:empty):before { - content: "Destination: "; + content: "UR: "; } .openwebrx-dstar-departure:not(:empty):before { - content: "Departure: "; + content: "RPT1: "; +} + +.openwebrx-dstar-destination:not(:empty):before { + content: "RPT2: "; } .openwebrx-maps-pin svg {