mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-05 07:35:34 +08:00
fix(composer): remove colon from "Subject"
This commit is contained in:
parent
5df4ac8e0b
commit
57c96dcdd8
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