Browse Source

关闭->关闭当前页

zhuth 7 years ago
parent
commit
746aec5b8f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/view/main/MainContainerWrap.js

+ 1 - 1
frontend/saas-web/app/view/main/MainContainerWrap.js

@@ -30,7 +30,7 @@ Ext.define('saas.view.main.MainContainerWrap', {
                 margin: 10
                 margin: 10
             },
             },
             plugins: [new Ext.ux.TabCloseMenu({
             plugins: [new Ext.ux.TabCloseMenu({
-                closeTabText: '关闭',
+                closeTabText: '关闭当前页',
                 closeAllTabsText: '关闭全部',
                 closeAllTabsText: '关闭全部',
                 closeOthersTabsText: '关闭其他'
                 closeOthersTabsText: '关闭其他'
             })],
             })],