Arsekl před 3 roky
rodič
revize
241f1824cc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/constant/index.ts

+ 1 - 1
src/constant/index.ts

@@ -24,6 +24,6 @@ export const QUESTION_LIST_PANEL: IExplorerPanelItem = {
 export const FOLDERTREE_SUBMIT_TOOLBAR: IActionBarItemProps = {
 export const FOLDERTREE_SUBMIT_TOOLBAR: IActionBarItemProps = {
     id: 'foldertree.submit',
     id: 'foldertree.submit',
     name: 'submit',
     name: 'submit',
-    title: 'submit',
+    title: 'Submit',
     icon: 'cloud-upload'
     icon: 'cloud-upload'
 }
 }