chore: fix copy

This commit is contained in:
Aman Harwara
2023-02-09 21:54:00 +05:30
parent ae6bd4c07f
commit e6e5cf4900

View File

@@ -84,14 +84,14 @@ const EditorDefaults = ({ application }: Props) => {
<div className="flex items-center justify-between">
<div className="flex flex-col">
<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>
<Switch onChange={toggleMonospaceFont} checked={monospaceFont} />
</div>
<HorizontalSeparator classes="my-4" />
<div>
<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">
<Dropdown
id="def-font-size"
@@ -108,7 +108,7 @@ const EditorDefaults = ({ application }: Props) => {
<HorizontalSeparator classes="my-4" />
<div>
<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">
<Dropdown
id="def-line-height"