diff options
author | Daniel Oaks <daniel@danieloaks.net> | 2016-09-01 23:08:05 +1000 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2016-09-01 09:08:05 -0400 |
commit | b3d9ca4ccd7c4353db0971b61bbcbffd126cb61d (patch) | |
tree | 2187f2c6631385bc0247af11e26648f5717b8acf /conf | |
parent | 4efaf8e882dad4bffbb84104aec6df25d15b4f87 (diff) | |
download | gitea-b3d9ca4ccd7c4353db0971b61bbcbffd126cb61d.tar.gz gitea-b3d9ca4ccd7c4353db0971b61bbcbffd126cb61d.zip |
Add the ability to explore organizations (#3573)
* Add ability to explore organizations
* Use right icon for org explore links
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 33acd49d40..90f6c60e78 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -137,6 +137,7 @@ issues.in_your_repos = In your repositories [explore] repos = Repositories users = Users +organizations = Organizations search = Search [auth] |