Replace "register" with "sign up".

This commit is contained in:
Yang Luo
2021-04-27 22:47:44 +08:00
parent 3793029491
commit 7a0ed4ebaf
13 changed files with 33 additions and 33 deletions

View File

@ -58,8 +58,8 @@ export function renderMessageLarge(ths, msg) {
<Button key="home" onClick={() => Setting.goToLinkSoft(ths, "/")}>
Home
</Button>,
<Button type="primary" key="register" onClick={() => Setting.goToLinkSoft(ths, "/register")}>
Register
<Button type="primary" key="signup" onClick={() => Setting.goToLinkSoft(ths, "/signup")}>
Sign Up
</Button>,
]}
>