mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 01:54:40 +08:00
fix(composer): remove colon from "Subject"
This commit is contained in:
parent
815b21ad36
commit
9904df6e94
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ class ComposerView extends React.Component
|
|||
key="subject"
|
||||
name="subject"
|
||||
tabIndex="108"
|
||||
placeholder="Subject:"
|
||||
placeholder="Subject"
|
||||
disabled={not @state.showsubject}
|
||||
className="compose-field compose-subject"
|
||||
value={@state.subject}
|
||||
|
|
Loading…
Reference in a new issue