Hi,
there is a bug in the Garmin Connect website, the localized value for "activity_total_ascent" is missing. Tried it in multiple languages (French, Czech, English, Deutsche) and it's the same every time.
True, probably wrong name, should be label_total_ascent, the same as is label_total_descent.
<div class="data-label"><%- Localizer.localize(\'activity_total_ascent\') %></div> <div class="data-label…
Thanks @Garmin the prompt bugfix!
<div class="data-label"><%- Localizer.localize(\'activity_total_ascent\') %></div> <div class="data-label"><%- Localizer.localize(\'label_total_descent\') %></div>