Client - update tooltip title
This commit is contained in:
		@@ -169,8 +169,10 @@
 | 
				
			|||||||
                return tooltipItems.length === 0
 | 
					                return tooltipItems.length === 0
 | 
				
			||||||
                  ? ''
 | 
					                  ? ''
 | 
				
			||||||
                  : displayDistance.value
 | 
					                  : displayDistance.value
 | 
				
			||||||
                  ? tooltipItems[0].label + ' km'
 | 
					                  ? `${t('workouts.DISTANCE')}: ${tooltipItems[0].label} km`
 | 
				
			||||||
                  : formatDuration(tooltipItems[0].label.replace(',', ''))
 | 
					                  : `${t('workouts.DURATION')}: ${formatDuration(
 | 
				
			||||||
 | 
					                      tooltipItems[0].label.replace(',', '')
 | 
				
			||||||
 | 
					                    )}`
 | 
				
			||||||
              },
 | 
					              },
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user