mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Remove redundant translations for Heart Rate stats
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
android:inputType="number"
|
||||
android:key="chart_max_heart_rate"
|
||||
android:maxLength="3"
|
||||
android:title="@string/activity_prefs_chart_max_heart_rate"
|
||||
android:title="@string/maxHR"
|
||||
app:iconSpaceReserved="false"
|
||||
app:useSimpleSummaryProvider="true" />
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
android:inputType="number"
|
||||
android:key="chart_min_heart_rate"
|
||||
android:maxLength="3"
|
||||
android:title="@string/activity_prefs_chart_min_heart_rate"
|
||||
android:title="@string/minHR"
|
||||
app:iconSpaceReserved="false"
|
||||
app:useSimpleSummaryProvider="true" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user