chore: fix copy
This commit is contained in:
@@ -84,14 +84,14 @@ const EditorDefaults = ({ application }: Props) => {
|
|||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between">
|
||||||
<div className="flex flex-col">
|
<div className="flex flex-col">
|
||||||
<Subtitle>Monospace Font</Subtitle>
|
<Subtitle>Monospace Font</Subtitle>
|
||||||
<Text>Toggles the font style in plaintext notes</Text>
|
<Text>Toggles the font style in plaintext and Super notes</Text>
|
||||||
</div>
|
</div>
|
||||||
<Switch onChange={toggleMonospaceFont} checked={monospaceFont} />
|
<Switch onChange={toggleMonospaceFont} checked={monospaceFont} />
|
||||||
</div>
|
</div>
|
||||||
<HorizontalSeparator classes="my-4" />
|
<HorizontalSeparator classes="my-4" />
|
||||||
<div>
|
<div>
|
||||||
<Subtitle>Font size</Subtitle>
|
<Subtitle>Font size</Subtitle>
|
||||||
<Text>Sets the font size in plaintext notes</Text>
|
<Text>Sets the font size in plaintext and Super notes</Text>
|
||||||
<div className="mt-2">
|
<div className="mt-2">
|
||||||
<Dropdown
|
<Dropdown
|
||||||
id="def-font-size"
|
id="def-font-size"
|
||||||
@@ -108,7 +108,7 @@ const EditorDefaults = ({ application }: Props) => {
|
|||||||
<HorizontalSeparator classes="my-4" />
|
<HorizontalSeparator classes="my-4" />
|
||||||
<div>
|
<div>
|
||||||
<Subtitle>Line height</Subtitle>
|
<Subtitle>Line height</Subtitle>
|
||||||
<Text>Sets the line height (leading) in plaintext & Super notes</Text>
|
<Text>Sets the line height (leading) in plaintext and Super notes</Text>
|
||||||
<div className="mt-2">
|
<div className="mt-2">
|
||||||
<Dropdown
|
<Dropdown
|
||||||
id="def-line-height"
|
id="def-line-height"
|
||||||
|
|||||||
Reference in New Issue
Block a user