aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/app')
-rw-r--r--src/frontend/app/components/arrivals/ArrivalCard.tsx8
-rw-r--r--src/frontend/app/i18n/locales/en-GB.json1
-rw-r--r--src/frontend/app/i18n/locales/es-ES.json1
-rw-r--r--src/frontend/app/i18n/locales/gl-ES.json1
4 files changed, 0 insertions, 11 deletions
diff --git a/src/frontend/app/components/arrivals/ArrivalCard.tsx b/src/frontend/app/components/arrivals/ArrivalCard.tsx
index 9c68a97..ec14492 100644
--- a/src/frontend/app/components/arrivals/ArrivalCard.tsx
+++ b/src/frontend/app/components/arrivals/ArrivalCard.tsx
@@ -152,14 +152,6 @@ export const ArrivalCard: React.FC<ArrivalCardProps> = ({
tone: "warning",
kind: "warning",
});
- } else if (
- estimate.precision === "confident" &&
- arrival.currentPosition !== null
- ) {
- chips.push({
- label: t("estimates.bus_gps_position"),
- kind: "gps",
- });
}
if (estimate.precision === "scheduled") {
diff --git a/src/frontend/app/i18n/locales/en-GB.json b/src/frontend/app/i18n/locales/en-GB.json
index 152edb8..c13d96e 100644
--- a/src/frontend/app/i18n/locales/en-GB.json
+++ b/src/frontend/app/i18n/locales/en-GB.json
@@ -74,7 +74,6 @@
"delay_positive": "{{minutes}} min late",
"delay_negative": "{{minutes}} min early",
"previous_trip": "Estimated GPS",
- "bus_gps_position": "Reliable GPS",
"low_accuracy": "Low accuracy",
"no_realtime": "No real-time"
},
diff --git a/src/frontend/app/i18n/locales/es-ES.json b/src/frontend/app/i18n/locales/es-ES.json
index 364cb5b..cc87ae9 100644
--- a/src/frontend/app/i18n/locales/es-ES.json
+++ b/src/frontend/app/i18n/locales/es-ES.json
@@ -74,7 +74,6 @@
"delay_positive": "Retraso de {{minutes}} min",
"delay_negative": "Adelanto de {{minutes}} min",
"previous_trip": "GPS estimado",
- "bus_gps_position": "GPS fiable",
"low_accuracy": "Baja precisión",
"no_realtime": "Sin tiempo real"
},
diff --git a/src/frontend/app/i18n/locales/gl-ES.json b/src/frontend/app/i18n/locales/gl-ES.json
index e66f18c..26004c3 100644
--- a/src/frontend/app/i18n/locales/gl-ES.json
+++ b/src/frontend/app/i18n/locales/gl-ES.json
@@ -74,7 +74,6 @@
"delay_positive": "Atraso de {{minutes}} min",
"delay_negative": "Adelanto de {{minutes}} min",
"previous_trip": "GPS estimado",
- "bus_gps_position": "GPS fiable",
"low_accuracy": "Baixa precisión",
"no_realtime": "Sen tempo real"
},