fix: update title on tab (#1360)

This commit is contained in:
Alberto de la Cruz
2023-03-07 00:17:51 +01:00
committed by GitHub
parent 98ccf17196
commit 0f82851766
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ export const EditorModeSwitch: React.FC<EditorModeSwitchProps> = ({
>
<AnimateRadioItem
isLeft={true}
label={t('Paper')}
label={t('Page')}
icon={<PaperItem />}
active={mode === 'page'}
status={radioItemStatus.left}