feat: complete i18n

This commit is contained in:
GyDi
2022-09-02 01:05:45 +08:00
parent b23ca2e138
commit 6ce6fed10d
8 changed files with 64 additions and 21 deletions

View File

@@ -67,7 +67,7 @@ const LogPage = () => {
size="small"
autoComplete="off"
variant="outlined"
placeholder="Filter conditions"
placeholder={t("Filter conditions")}
value={filterText}
onChange={(e) => setFilterText(e.target.value)}
sx={{ input: { py: 0.65, px: 1.25 } }}