Client - fix button translation

This commit is contained in:
Sam 2023-07-13 20:19:57 +02:00
parent 701ca30fc4
commit f679e0da1b
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@
v-if="workoutObject.type === 'SEGMENT'" v-if="workoutObject.type === 'SEGMENT'"
:to="{ :to="{
name: 'Workout', name: 'Workout',
params: { workoutId: workoutObject.workoutId }, params: { workoutId: workoutObject.workoutId }
}" }"
> >
> {{ $t('workouts.BACK_TO_WORKOUT') }} > {{ $t('workouts.BACK_TO_WORKOUT') }}

View File

@ -34,7 +34,7 @@
tabindex="0" tabindex="0"
role="button" role="button"
:aria-label=" :aria-label="
$t(`workouts.${isFullscreen ? 'EXIT' : 'VIEW'}}_FULLSCREEN`) $t(`workouts.${isFullscreen ? 'EXIT' : 'VIEW'}_FULLSCREEN`)
" "
@click="toggleFullscreen" @click="toggleFullscreen"
> >