File tree Expand file tree Collapse file tree
SiteServer.BackgroundPages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ function getWordSpliter(){{
379379 $('.nav-pills').children('li').eq(1).find('a').click();
380380 $('#TbTags').val(data).focus();
381381 }}else{{
382- { AlertUtils . Error ( "敏感词检测 " , "对不起,内容不足,无法提取关键字" ) }
382+ { AlertUtils . Error ( "提取关键字 " , "对不起,内容不足,无法提取关键字" ) }
383383 }}
384384 }});
385385}}
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ public void Page_Load(object sender, EventArgs e)
115115 }
116116
117117 var permissionList = new List < string > ( AuthRequest . AdminPermissions . PermissionList ) ;
118-
118+
119119 if ( AuthRequest . AdminPermissions . HasSitePermissions ( _siteInfo . Id ) )
120120 {
121121 var websitePermissionList = AuthRequest . AdminPermissions . GetSitePermissions ( _siteInfo . Id ) ;
@@ -360,7 +360,7 @@ private string GetTopMenusHtml()
360360 {
361361 if ( ! IsConsoleAdministrator && ! TabManager . IsValid ( tab , permissionList ) ) continue ;
362362
363- if ( tab . Text == "我的账户 " )
363+ if ( tab . Id == "Account " )
364364 {
365365 tab . Text = AuthRequest . AdminName ;
366366 }
You can’t perform that action at this time.
0 commit comments