Client - fix button translation
This commit is contained in:
		@@ -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"
 | 
			
		||||
            >
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user