File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ function SidebarProjectVideo( editor ) {
5353 progress . setWidth ( '170px' ) ;
5454 container . add ( progress ) ;
5555
56- const renderButton = new UIButton ( strings . getKey ( 'sidebar/project/render' ) ) . setTextTransform ( 'uppercase' ) ;
56+ const renderButton = new UIButton ( strings . getKey ( 'sidebar/project/render' ) ) ;
5757 renderButton . setWidth ( '170px' ) ;
5858 renderButton . onClick ( async ( ) => {
5959
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ function SidebarSettingsHistory( editor ) {
6060
6161 // Clear History
6262
63- const option = new UIButton ( strings . getKey ( 'sidebar/history/clear' ) ) . setTextTransform ( 'uppercase' ) ;
63+ const option = new UIButton ( strings . getKey ( 'sidebar/history/clear' ) ) ;
6464 option . onClick ( function ( ) {
6565
6666 if ( confirm ( 'The Undo/Redo History will be cleared. Are you sure?' ) ) {
You can’t perform that action at this time.
0 commit comments