chore: update i18n for auth pages

This commit is contained in:
Steven
2023-10-05 12:48:40 +08:00
parent 01ff3f73f8
commit e465b2f0e8
3 changed files with 7 additions and 5 deletions

View File

@ -152,7 +152,7 @@ const SignIn = () => {
</form>
{systemStatus.allowSignUp && (
<p className="w-full mt-4 text-sm">
<span className="dark:text-gray-500">{"Don't have an account yet?"}</span>
<span className="dark:text-gray-500">{t("auth.sign-up-tip")}</span>
<Link to="/auth/signup" className="cursor-pointer ml-2 text-blue-600 hover:underline">
{t("common.sign-up")}
</Link>