diff --git a/src/apps/settings-modal/SettingsModal.tsx b/src/apps/settings-modal/SettingsModal.tsx index 0189f9bb9..ab5e59f75 100644 --- a/src/apps/settings-modal/SettingsModal.tsx +++ b/src/apps/settings-modal/SettingsModal.tsx @@ -2,6 +2,7 @@ import * as React from 'react'; import { Accordion, AccordionDetails, accordionDetailsClasses, AccordionGroup, AccordionSummary, accordionSummaryClasses, Avatar, Box, Button, ListItemContent, styled, Tab, TabList, TabPanel, Tabs } from '@mui/joy'; import AddIcon from '@mui/icons-material/Add'; import AutoAwesomeIcon from '@mui/icons-material/AutoAwesome'; +import LanguageRoundedIcon from '@mui/icons-material/LanguageRounded'; import MicIcon from '@mui/icons-material/Mic'; import RecordVoiceOverIcon from '@mui/icons-material/RecordVoiceOver'; import ScienceIcon from '@mui/icons-material/Science'; @@ -265,10 +266,10 @@ export function SettingsModal(props: { - } title='Web Browser'> + } title='Web Browser'> - } title='Google Search API' startCollapsed> + } title='Web Search - Google API' startCollapsed> {/**/} diff --git a/src/modules/beam/gather/BeamFusionGrid.tsx b/src/modules/beam/gather/BeamFusionGrid.tsx index 3cdddebc7..98bbeb7a1 100644 --- a/src/modules/beam/gather/BeamFusionGrid.tsx +++ b/src/modules/beam/gather/BeamFusionGrid.tsx @@ -4,7 +4,7 @@ import { useShallow } from 'zustand/react/shallow'; import type { SxProps, VariantProp } from '@mui/joy/styles/types'; import { Alert, Box, Button, Typography, useTheme } from '@mui/joy'; import AddCircleOutlineRoundedIcon from '@mui/icons-material/AddCircleOutlineRounded'; -import LanguageIcon from '@mui/icons-material/Language'; +import LanguageRoundedIcon from '@mui/icons-material/LanguageRounded'; import { BrowserLang } from '~/common/util/pwaUtils'; @@ -161,7 +161,7 @@ export function BeamFusionGrid(props: { // full row of the grid gridColumn: '1 / -1', }}> - }> + }> Note: Merges are defined in English and have not been translated to your browser language ({navigator.language}) yet.