Changed input labels in settings (fixing #430)
This commit is contained in:
parent
17f0b7a553
commit
002a87a6df
1 changed files with 2 additions and 2 deletions
|
@ -223,9 +223,9 @@ export const UISettings = (): JSX.Element => {
|
|||
</select>
|
||||
</InputGroup>
|
||||
|
||||
{/* HIDE CATEGORIES */}
|
||||
{/* HIDE BOOKMARK CATEGORIES */}
|
||||
<InputGroup>
|
||||
<label htmlFor="hideCategories">Hide categories</label>
|
||||
<label htmlFor="hideCategories">Hide bookmarks</label>
|
||||
<select
|
||||
id="hideCategories"
|
||||
name="hideCategories"
|
||||
|
|
Loading…
Reference in a new issue