From df8f562c928fe186168a0477532b7c8b5fe3e0bc Mon Sep 17 00:00:00 2001
From: tmq <mingqiao.tan@yoho.cn>
Date: Thu, 28 Apr 2016 19:29:52 +0800
Subject: [PATCH] bug

---
 res/js/yohood.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/res/js/yohood.js b/res/js/yohood.js
index ed3313a..073f0d1 100644
--- a/res/js/yohood.js
+++ b/res/js/yohood.js
@@ -1256,7 +1256,7 @@ define('yohood', function(require, exports) {
             });
             if (isNotEmpty) {
                 $(this).attr("href", "javascript:void(0)");
-                if (window.confirm('After the switch has been filled information will be emptied, whether to switch?')) {
+                if (window.confirm('切换后已填信息将被清空,是否切换?')) {
                     window.location.href = href;
                 } else {
                     $(this).attr("href", href);
@@ -1276,7 +1276,7 @@ define('yohood', function(require, exports) {
             });
             if (isNotEmpty) {
                 $(this).attr("href", "javascript:void(0)");
-                if (window.confirm('切换后已填信息将被清空,是否切换?')) {
+                if (window.confirm('After the switch has been filled information will be emptied, whether to switch?')) {
                     window.location.href = href;
                 } else {
                     $(this).attr("href", href);
--
libgit2 0.24.0