Changed input labels in settings (fixing #430)

This commit is contained in:
Paweł Malak 2023-07-23 10:24:13 +02:00
parent 17f0b7a553
commit 002a87a6df

View file

@ -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"