diff --git a/Sources/Earthquake Network/Controllers/Seismic Networks/SeismicNetworkViewModel.swift b/Sources/Earthquake Network/Controllers/Seismic Networks/SeismicNetworkViewModel.swift index 7ea80dd..0bdfd28 100644 --- a/Sources/Earthquake Network/Controllers/Seismic Networks/SeismicNetworkViewModel.swift +++ b/Sources/Earthquake Network/Controllers/Seismic Networks/SeismicNetworkViewModel.swift @@ -38,7 +38,7 @@ struct SeismicNetworkViewModel { self.depth = "" } else { self.magnitude = String(format: "%.1f%@", seismic.magnitude.doubleValue, seismic.magnitudeType) - self.depth = String(format: "%@ %.1f km", NSLocalizedString("official_depth", comment: ""), seismic.depth.doubleValue) + self.depth = String(format: "%.1f km ↓", seismic.depth.doubleValue) } // we need to check agains null values, because sometimes WS returns invalid dates