mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-14 00:24:33 +08:00
💄 (send-later): Update placeholder copy, again
This commit is contained in:
parent
300d5dbc7f
commit
e02b924efb
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class SendLaterPopover extends Component {
|
||||||
<input
|
<input
|
||||||
tabIndex="1"
|
tabIndex="1"
|
||||||
type="text"
|
type="text"
|
||||||
placeholder="e.g. 'Sunday at 2PM'"
|
placeholder="Or, 'next monday at 2PM'"
|
||||||
onChange={event=> updateInputDateValue(event.target.value)}/>
|
onChange={event=> updateInputDateValue(event.target.value)}/>
|
||||||
{dateInterpretation}
|
{dateInterpretation}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue