mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 13:04:38 +03:00
webmail: correct label for Subject in search form
This commit is contained in:
@ -3706,7 +3706,7 @@ const newSearchView = (searchbarElem: HTMLInputElement, mailboxlistView: Mailbox
|
||||
),
|
||||
),
|
||||
dom.tr(
|
||||
dom.td(dom.label('Search', attr.for('searchSubject'))),
|
||||
dom.td(dom.label('Subject', attr.for('searchSubject'))),
|
||||
dom.td(
|
||||
subject=dom.input(attr.id('searchSubject'), style({width: '100%'}), focusPlaceholder('"exact match"'), changeHandlers)
|
||||
),
|
||||
|
Reference in New Issue
Block a user