File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div >
3
- <label >Intends to interchange a bot: </label >
3
+ <label >Intends to substitute a bot: </label >
4
4
<a class =" btn-edit" v-on:click =" edit()" >
5
5
<font-awesome-icon icon =" toggle-on" v-if =" botSubstitutionIntend" />
6
6
<font-awesome-icon icon =" toggle-off" v-if =" !botSubstitutionIntend" />
10
10
11
11
<script >
12
12
export default {
13
- name: " TeamBotInterchange " ,
13
+ name: " TeamBotSubstitution " ,
14
14
props: {
15
15
teamColor: String
16
16
},
Original file line number Diff line number Diff line change 54
54
:team-color =" teamColor" />
55
55
</div >
56
56
<div >
57
- <TeamBotInterchange
57
+ <TeamBotSubstitution
58
58
:team-color =" teamColor" />
59
59
</div >
60
60
<div >
75
75
import TeamRedCards from " ./TeamRedCards" ;
76
76
import TeamCounters from " ./TeamCounters" ;
77
77
import TeamBallPlacement from " ./TeamBallPlacement" ;
78
- import TeamBotInterchange from " ./TeamBotInterchange " ;
78
+ import TeamBotSubstitution from " ./TeamBotSubstitution " ;
79
79
80
80
export default {
81
81
name: " TeamOverview" ,
82
82
components: {
83
- TeamBotInterchange ,
83
+ TeamBotSubstitution ,
84
84
TeamBallPlacement,
85
85
TeamCounters,
86
86
TeamRedCards,
You can’t perform that action at this time.
0 commit comments