File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
src/workbench/extensions/manager/components Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 4949 size =" small"
5050 class =" font-bold"
5151 severity =" secondary"
52- :aria-label =" progressDialogContent.isExpanded ? 'Collapse' : 'Expand'"
52+ :aria-label ="
53+ $t(
54+ progressDialogContent.isExpanded
55+ ? 'contextMenu.Collapse'
56+ : 'contextMenu.Expand'
57+ )
58+ "
5359 @click.stop =" progressDialogContent.toggle"
5460 />
5561 <Button
Original file line number Diff line number Diff line change @@ -74,6 +74,10 @@ const mountComponent = (options: { captureError?: boolean } = {}) => {
7474 close : 'Close' ,
7575 progressCountOf : 'of'
7676 } ,
77+ contextMenu : {
78+ Collapse : 'Collapse' ,
79+ Expand : 'Expand'
80+ } ,
7781 manager : {
7882 clickToFinishSetup : 'Click' ,
7983 applyChanges : 'Apply Changes' ,
You can’t perform that action at this time.
0 commit comments