feat(frontend): add change language button in personal setting

This commit is contained in:
이강준
2022-12-02 21:09:51 +09:00
parent 9685af21f3
commit 6cebe171d9
7 changed files with 38 additions and 11 deletions

View File

@@ -168,7 +168,7 @@ const AddServiceTokenDialog = ({
"Testing",
]}
width="full"
text={`t("common:environment"): `}
text={`${t("common:environment")}: `}
/>
</div>
<div className="max-h-28">
@@ -177,7 +177,7 @@ const AddServiceTokenDialog = ({
onChange={setServiceTokenExpiresIn}
data={["1 day", "7 days", "1 month"]}
width="full"
text={`t("common:expired-in"): `}
text={`${t("common:expired-in")}: `}
/>
</div>
<div className="max-w-max">