Client - fix button translation
This commit is contained in:
parent
701ca30fc4
commit
f679e0da1b
@ -69,7 +69,7 @@
|
||||
v-if="workoutObject.type === 'SEGMENT'"
|
||||
:to="{
|
||||
name: 'Workout',
|
||||
params: { workoutId: workoutObject.workoutId },
|
||||
params: { workoutId: workoutObject.workoutId }
|
||||
}"
|
||||
>
|
||||
> {{ $t('workouts.BACK_TO_WORKOUT') }}
|
||||
|
@ -34,7 +34,7 @@
|
||||
tabindex="0"
|
||||
role="button"
|
||||
:aria-label="
|
||||
$t(`workouts.${isFullscreen ? 'EXIT' : 'VIEW'}}_FULLSCREEN`)
|
||||
$t(`workouts.${isFullscreen ? 'EXIT' : 'VIEW'}_FULLSCREEN`)
|
||||
"
|
||||
@click="toggleFullscreen"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user