fix(home): fixed translate string at home footer

#20
This commit is contained in:
OldHawk
2017-12-07 10:21:44 +08:00
parent 257a9dd4b4
commit 939ae87187
2 changed files with 2 additions and 2 deletions

View File

@@ -875,7 +875,7 @@
//footer view
MIT_PROTOCOL: 'The source of this project is protected by <a href="https://github.com/twbs/bootstrap/blob/master/LICENSE" target="_blank">MIT</a> open source protocol',
GIT_REPO: 'Power by &copy;meanTottent<a href="https://github.com/taobataoma/meanTorrent" target="_blank">view on GitHub</a>',
GIT_REPO: 'Power by &copy;meanTorrent<a href="https://github.com/taobataoma/meanTorrent" target="_blank">view on GitHub</a>',
TOTAL_USERS: 'Total Users',
TOTAL_VIP_USERS: 'Total VIP Users',
TOTAL_TORRENTS: 'Total Torrents',

View File

@@ -875,7 +875,7 @@
//footer view
MIT_PROTOCOL: '本项目源码受 <a href="https://github.com/twbs/bootstrap/blob/master/LICENSE" target="_blank">MIT</a> 开源协议保护',
GIT_REPO: 'Power by &copy;meanTottent<a href="https://github.com/taobataoma/meanTorrent" target="_blank">GitHub 源码仓库</a>',
GIT_REPO: 'Power by &copy;meanTorrent<a href="https://github.com/taobataoma/meanTorrent" target="_blank">GitHub 源码仓库</a>',
TOTAL_USERS: '注册会员',
TOTAL_VIP_USERS: 'VIP会员',
TOTAL_TORRENTS: '种子数',