mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Update placeholder text
This commit is contained in:
parent
1cdb7753c3
commit
b7dbae61fe
1 changed files with 3 additions and 3 deletions
|
|
@ -571,7 +571,7 @@ function GenericTableCard(props: GenericTableCardProps & { isLastChild?: boolean
|
|||
{showInput ? (
|
||||
<Input
|
||||
type="text"
|
||||
placeholder='Label name (optional)'
|
||||
placeholder='Label description (optional)'
|
||||
value={descriptionInputText}
|
||||
onChange={(event) => setDescriptionInputText(event.target.value)}
|
||||
autoFocus={!!label}
|
||||
|
|
@ -779,7 +779,7 @@ function MobileEditCard(props: any) {
|
|||
setLabelColorHex={setLabelColorHex}
|
||||
/>
|
||||
<TextArea
|
||||
placeholder='Label name (optional)'
|
||||
placeholder='Label description (optional)'
|
||||
value={descriptionInputText}
|
||||
onChange={(event) => setDescriptionInputText(event.target.value)}
|
||||
rows={5}
|
||||
|
|
@ -872,7 +872,7 @@ function DesktopEditCard(props: any) {
|
|||
/>
|
||||
<Input
|
||||
type="text"
|
||||
placeholder='Label name (optional)'
|
||||
placeholder='Label description (optional)'
|
||||
value={descriptionInputText}
|
||||
onChange={(event) => setDescriptionInputText(event.target.value)}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue