Skip to content

Commit

Permalink
fix translation key
Browse files Browse the repository at this point in the history
  • Loading branch information
satellitestudiodesign committed Dec 18, 2024
1 parent ed39e20 commit ea5977f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/fishing-map/features/timebar/TimebarSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const TimebarSettings = ({ loading = false }: { loading: boolean }) => {
const getVesselGraphTooltip = (graph: 'speed' | 'depth') => {
let tooltipLabel =
graph === 'depth'
? t('timebarSettings.showGraphSpeed', 'Show track speed graph')
? t('timebarSettings.showGraphDepth', 'Show track depth graph')
: t('timebarSettings.showGraphSpeed', 'Show track speed graph')
if (!activeTrackDataviews?.length) {
tooltipLabel = t('timebarSettings.tracksDisabled', 'Select at least one vessel')
Expand Down

0 comments on commit ea5977f

Please sign in to comment.