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