File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 100
100
},
101
101
"status-bar" : {
102
102
"project" : {
103
- "tooltip" : " Current project<br><i> Click to toggle Project Manager</i> " ,
104
- "empty" : " No project"
103
+ "tooltip" : " Click to toggle Project Manager" ,
104
+ "empty" : " No project open "
105
105
},
106
106
"path" : {
107
107
"tooltip" : " Current Working Folder"
Original file line number Diff line number Diff line change 11
11
v-tooltip =" $t('components.status-bar.project.tooltip')"
12
12
@click =" onProjectClick()"
13
13
>
14
- <VueIcon icon =" work" />
15
- <span v-if =" projectCurrent" >{{ projectCurrent.name }}</span >
16
- <span v-else class =" label" >{{ $t('components.status-bar.project.empty') }}</span >
14
+ <VueIcon icon =" home" />
15
+ <span v-if =" !projectCurrent" class =" label" >{{ $t('components.status-bar.project.empty') }}</span >
17
16
</div >
18
17
19
18
<ApolloQuery
You can’t perform that action at this time.
0 commit comments