Skip to content

Commit

Permalink
Fix 'nearby_heart_rate_sensors' String
Browse files Browse the repository at this point in the history
  • Loading branch information
sellmair committed Jul 12, 2024
1 parent c3ccb67 commit 4c2337e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/commonMain/composeResources/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<string name="connect">connect</string>
<string name="disconnect">disconnect</string>

<string name="nearby_heart_rate_sensors">Nearby Heart Rate Sensors xxx</string>
<string name="nearby_heart_rate_sensors">Nearby Heart Rate Sensors</string>
<string name="searching_for_hr_sensors">Searching for heart rate sensors</string>

<string name="heart_rate_info_utterance">Your heart rate is at: %1$d. The current limit is: %2$d</string>
Expand Down

0 comments on commit 4c2337e

Please sign in to comment.