Client - fix button translation
This commit is contained in:
parent
701ca30fc4
commit
f679e0da1b
@ -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') }}
|
||||||
|
@ -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"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user