diff --git a/components/settings/editor-width.tsx b/components/settings/editor-width.tsx index a5a203c..5ccee97 100644 --- a/components/settings/editor-width.tsx +++ b/components/settings/editor-width.tsx @@ -31,7 +31,12 @@ export const EditorWidth: FC = () => { {t('Small (default)')} - {t('Large')} + + {t('Large')} + + + {t('As wide as possible')} + ); };