Adding some translations

This commit is contained in:
ajnart
2023-01-02 01:11:25 +09:00
parent f23c317ef1
commit be979dc534
10 changed files with 56 additions and 74 deletions

View File

@@ -10,15 +10,7 @@ export const ViewToggleButton = () => {
const { t } = useTranslation('layout/header/actions/toggle-edit-mode');
return (
<Tooltip
label={
<Text align="center">
In edit mode, you can adjust
<br />
the size and position of your tiles.
</Text>
}
>
<Tooltip width={100} label={<Text align="center">{t('description')}</Text>}>
{screenLargerThanMd ? (
<Button
variant={isEditMode ? 'filled' : 'default'}