Skip to content

Commit

Permalink
chore: add urls for mobile beta, close #468
Browse files Browse the repository at this point in the history
  • Loading branch information
SunriseFox authored and Jack-Works committed Dec 7, 2019
1 parent 651b4d9 commit 79527fc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@
"dashboard_item_copy_failed": {
"message": "Copy failed."
},
"dashboard_mobile_test": {
"message": "Join Tests for Mobile"
},
"welcome_0_close_button": {
"message": "I'll do it later"
},
Expand Down
3 changes: 3 additions & 0 deletions src/_locales/zh/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@
"dashboard_item_copy_failed": {
"message": "複製失敗。"
},
"dashboard_mobile_test": {
"message": "加入移動端測試"
},
"welcome_0_close_button": {
"message": "我想以後再做"
},
Expand Down
3 changes: 3 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@ function Dashboard() {
<footer className={classes.footer}>
<Breadcrumbs className={classes.footerButtons} separator="|" aria-label="breadcrumb">
<FooterLink href="https://maskbook.com/">Maskbook.com</FooterLink>
<FooterLink href="https://maskbook.com/download-links/#mobile">
{geti18nString('dashboard_mobile_test')}
</FooterLink>
<FooterLink href="https://maskbook.com/privacy-policy/">
{geti18nString('options_index_privacy')}
</FooterLink>
Expand Down

0 comments on commit 79527fc

Please sign in to comment.