mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
fix(web): artist placeholder typo in music filters (#449)
fix(web): fix typo in artist placeholder in category music filters
This commit is contained in:
parent
853ffdd5b4
commit
ae4b288969
1 changed files with 1 additions and 1 deletions
|
@ -401,7 +401,7 @@ export function Music() {
|
|||
return (
|
||||
<div>
|
||||
<div className="mt-6 grid grid-cols-12 gap-6">
|
||||
<TextField name="artists" label="Artists" columns={4} placeholder="eg. Aritst One" />
|
||||
<TextField name="artists" label="Artists" columns={4} placeholder="eg. Artist One" />
|
||||
<TextField name="albums" label="Albums" columns={4} placeholder="eg. That Album" />
|
||||
<TextField name="years" label="Years" columns={4} placeholder="eg. 2018,2019-2021" />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue