Skip to content

Commit 516ba13

Browse files
authored
Update view container welcome views (#1728)
* title case empty tree view text * remove run command from experiment tree welcome view
1 parent ed0903b commit 516ba13

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

extension/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,27 +1155,27 @@
11551155
},
11561156
{
11571157
"view": "dvc.views.trackedExplorerTree",
1158-
"contents": "No tracked data to display."
1158+
"contents": "No Tracked Data to Display."
11591159
},
11601160
{
11611161
"view": "dvc.views.experimentsColumnsTree",
1162-
"contents": "No columns to display."
1162+
"contents": "No Columns to Display."
11631163
},
11641164
{
11651165
"view": "dvc.views.experimentsTree",
1166-
"contents": "No experiments to display. \n[Run Experiment](command:dvc.runExperiment)\n"
1166+
"contents": "No Experiments to Display."
11671167
},
11681168
{
11691169
"view": "dvc.views.experimentsSortByTree",
1170-
"contents": "No sorts applied. \n[$(add) Add Sort](command:dvc.addExperimentsTableSort)\n"
1170+
"contents": "No Sorts Applied. \n[$(add) Add Sort](command:dvc.addExperimentsTableSort)\n"
11711171
},
11721172
{
11731173
"view": "dvc.views.experimentsFilterByTree",
1174-
"contents": "No filters applied. \n[$(add) Add Filter](command:dvc.addExperimentsTableFilter)\n"
1174+
"contents": "No Filters Applied. \n[$(add) Add Filter](command:dvc.addExperimentsTableFilter)\n"
11751175
},
11761176
{
11771177
"view": "dvc.views.plotsPathsTree",
1178-
"contents": "No plots to display."
1178+
"contents": "No Plots to Display."
11791179
}
11801180
],
11811181
"walkthroughs": [

0 commit comments

Comments
 (0)