From 939ae87187ca2c9e289635bddf876aa780975b31 Mon Sep 17 00:00:00 2001 From: OldHawk Date: Thu, 7 Dec 2017 10:21:44 +0800 Subject: [PATCH] fix(home): fixed translate string at home footer #20 --- modules/core/client/app/trans-string-en.js | 2 +- modules/core/client/app/trans-string-zh.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/core/client/app/trans-string-en.js b/modules/core/client/app/trans-string-en.js index 19793a38..1910ef71 100644 --- a/modules/core/client/app/trans-string-en.js +++ b/modules/core/client/app/trans-string-en.js @@ -875,7 +875,7 @@ //footer view MIT_PROTOCOL: 'The source of this project is protected by MIT open source protocol', - GIT_REPO: 'Power by ©meanTottent,view on GitHub', + GIT_REPO: 'Power by ©meanTorrent,view on GitHub', TOTAL_USERS: 'Total Users', TOTAL_VIP_USERS: 'Total VIP Users', TOTAL_TORRENTS: 'Total Torrents', diff --git a/modules/core/client/app/trans-string-zh.js b/modules/core/client/app/trans-string-zh.js index a1b2e642..cd4c2b67 100644 --- a/modules/core/client/app/trans-string-zh.js +++ b/modules/core/client/app/trans-string-zh.js @@ -875,7 +875,7 @@ //footer view MIT_PROTOCOL: '本项目源码受 MIT 开源协议保护', - GIT_REPO: 'Power by ©meanTottent,GitHub 源码仓库', + GIT_REPO: 'Power by ©meanTorrent,GitHub 源码仓库', TOTAL_USERS: '注册会员', TOTAL_VIP_USERS: 'VIP会员', TOTAL_TORRENTS: '种子数',