Index: ssts-web/src/main/webapp/homepage/portalPage.js =================================================================== diff -u -r36657 -r36658 --- ssts-web/src/main/webapp/homepage/portalPage.js (.../portalPage.js) (revision 36657) +++ ssts-web/src/main/webapp/homepage/portalPage.js (.../portalPage.js) (revision 36658) @@ -1778,7 +1778,7 @@ //ZSYKZX-172:清除系统缓存 function clearSession(){ - top.Ext.MessageBox.confirm("请确认","您确定要清除浏览器的缓存以及历史记录吗?",function(button, text) { + top.Ext.MessageBox.confirm("请确认","您确定要清除浏览器的缓存吗?",function(button, text) { if ("yes" == button){ var newSvnRevision = ''; if(version.split('-').length > 1){