chore: missing locale

This commit is contained in:
dongchengjie
2024-06-09 11:16:13 +08:00
parent 444643eb6f
commit 46dc40149e
11 changed files with 85 additions and 36 deletions

View File

@@ -105,10 +105,10 @@ export const WebUIViewer = forwardRef<DialogRef>((props, ref) => {
>
{!editing && webUIList.length === 0 && (
<BaseEmpty
text="Empty List"
text="Empty"
extra={
<Typography mt={2} sx={{ fontSize: "12px" }}>
Replace host, port, secret with "%host" "%port" "%secret"
{t("Replace host, port, secret with %host, %port, %secret")}
</Typography>
}
/>