Skip to content

Commit 4a66b1e

Browse files
msgill2017sendya
authored andcommitted
refactor userlayout
1 parent 1b0202a commit 4a66b1e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/layouts/UserLayout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</a>
1414
</div>
1515
<div class="desc">
16-
Ant Design 是西湖区最具影响力的 Web 设计规范
16+
{{ $t('layouts.userLayout.title') }}
1717
</div>
1818
</div>
1919

src/locales/lang/en-US.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default {
2222

2323
'layouts.usermenu.dialog.title': 'Message',
2424
'layouts.usermenu.dialog.content': 'Are you sure you would like to logout?',
25-
25+
'layouts.userLayout.title': 'Ant Design is the most influential web design specification in Xihu district',
2626
...components,
2727
...global,
2828
...menu,

src/locales/lang/zh-CN.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default {
2020

2121
'layouts.usermenu.dialog.title': '信息',
2222
'layouts.usermenu.dialog.content': '您确定要注销吗?',
23-
23+
'layouts.userLayout.title': 'Ant Design 是西湖区最具影响力的 Web 设计规范',
2424
...components,
2525
...global,
2626
...menu,

0 commit comments

Comments
 (0)