chore: missing locale

This commit is contained in:
dongchengjie
2024-06-11 16:19:25 +08:00
parent 8a9bfe8281
commit e70249cb2e
7 changed files with 34 additions and 14 deletions

View File

@@ -143,9 +143,13 @@ const ConnectionsPage = () => {
}
>
{isTableLayout ? (
<TableChartRounded fontSize="inherit" />
<span title={t("List View")}>
<TableRowsRounded fontSize="inherit" />
</span>
) : (
<TableRowsRounded fontSize="inherit" />
<span title={t("Table View")}>
<TableChartRounded fontSize="inherit" />
</span>
)}
</IconButton>