Skip to content

Commit

Permalink
fix product name
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Jul 11, 2017
1 parent b4916d4 commit 81a010e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions site/theme/en-US.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ module.exports = {
'app.component.examples': 'Examples',
'app.demo.copy': 'Copy code',
'app.demo.copied': 'Copied!',
'app.demo.codepen': 'Open in codepen',
'app.demo.riddle': 'Open in riddle',
'app.demo.codepen': 'Open in CodePen',
'app.demo.riddle': 'Open in Riddle',
'app.home.slogan': 'A UI Design Language',
'app.home.introduce': 'Introduce',
'app.home.start': 'Get Started',
Expand Down
4 changes: 2 additions & 2 deletions site/theme/zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ module.exports = {
'app.component.examples': '代码演示',
'app.demo.copy': '复制代码',
'app.demo.copied': '复制成功',
'app.demo.codepen': '在 codepen 中打开',
'app.demo.riddle': '在 riddle 中打开',
'app.demo.codepen': '在 CodePen 中打开',
'app.demo.riddle': '在 Riddle 中打开',
'app.home.slogan': '一个 UI 设计语言',
'app.home.introduce': '设计规范',
'app.home.start': '开发指引',
Expand Down

0 comments on commit 81a010e

Please sign in to comment.