(cherry picked from commit dec63a9f6b743bd82c3ad0b52d61450570f1991c)
@@ -90,7 +90,7 @@ struct CurrentGlucoseView: View {
}.padding(.leading, 4)
HStack(alignment: .lastTextBaseline, spacing: 2) {
Text(
- "\(minutesAgo) min "
+ "\(minutesAgo)m "
).font(.caption2).foregroundColor(colorOfMinutesAgo(minutesAgo))
delta