Unknwon 9 years ago
parent
commit
aa5e837c65
3 changed files with 186 additions and 186 deletions
  1. 1 1
      conf/locale/locale_en-US.ini
  2. 184 184
      modules/bindata/bindata.go
  3. 1 1
      templates/user/dashboard/navbar.tmpl

+ 1 - 1
conf/locale/locale_en-US.ini

@@ -38,7 +38,7 @@ settings = Settings
 your_profile = Your Profile
 your_settings = Your Settings
 
-news_feed = News Feed
+activities = Activities
 pull_requests = Pull Requests
 issues = Issues
 

File diff suppressed because it is too large
+ 184 - 184
modules/bindata/bindata.go


+ 1 - 1
templates/user/dashboard/navbar.tmpl

@@ -31,7 +31,7 @@
 		<div class="ui right">
 			<div class="ui secondary head menu">
 				<a class="{{if .PageIsNews}}active{{end}} item" href="{{AppSubUrl}}/org/{{.ContextUser.Name}}/dashboard">
-					<i class="octicon octicon-rss"></i>&nbsp;{{.i18n.Tr "news_feed"}}
+					<i class="octicon octicon-rss"></i>&nbsp;{{.i18n.Tr "activities"}}
 				</a>
 				<a class="{{if .PageIsIssues}}active{{end}} item" href="{{AppSubUrl}}/org/{{.ContextUser.Name}}/issues">
 					<i class="octicon octicon-issue-opened"></i>&nbsp;{{.i18n.Tr "issues"}}

Some files were not shown because too many files changed in this diff