From a439eed077c3a157ed3b9096cf8e793671fe8cdf Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Thu, 22 Mar 2018 11:40:03 +0800
Subject: [PATCH] 报表 优化

---
 src/app/core/i18n/i18n.service.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/app/core/i18n/i18n.service.ts b/src/app/core/i18n/i18n.service.ts
index 5ddd4c6..cf17dd2 100644
--- a/src/app/core/i18n/i18n.service.ts
+++ b/src/app/core/i18n/i18n.service.ts
@@ -10,7 +10,7 @@
 
     private _default = 'zh-CN';
 
-    //������������������ ��������� by fx
+    // ������������������ ��������� by fx
     private _langs = [
         { code: 'zh-CN', text: '������' },
         { code: 'en', text: 'English' }

--
Gitblit v1.8.0