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> </select>
</InputGroup> </InputGroup>
{/* HIDE CATEGORIES */} {/* HIDE BOOKMARK CATEGORIES */}
<InputGroup> <InputGroup>
<label htmlFor="hideCategories">Hide categories</label> <label htmlFor="hideCategories">Hide bookmarks</label>
<select <select
id="hideCategories" id="hideCategories"
name="hideCategories" name="hideCategories"