Skip to content

Commit f0c2b96

Browse files
committed
fix respiration verbiage
1 parent bbf1874 commit f0c2b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SprenUI/UI/Screens/Flows/FingerCamera/Molecules/TopResultCard.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ extension TopResultCard {
114114

115115
return (color1, color2, "Heart rate", "Resting heart rate can reflect your current and future health. A lower heart rate indicates better cardiovascular fitness and increased longevity.", text, "bpm")
116116
case .breathingRate:
117-
var text = "Normal for your age and gender"
117+
var text = "Normal for healthy adults"
118118
var color: Color = Color("DemographicGreen", bundle: .module)
119119

120120
if (value < RRConstants.rangeMin) {

0 commit comments

Comments
 (0)