webmail: correct label for Subject in search form

This commit is contained in:
Mechiel Lukkien
2023-08-15 13:03:02 +02:00
parent aed23d900a
commit 9f46879377
2 changed files with 2 additions and 2 deletions

View File

@ -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)
),