mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-07 08:37:49 +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"
|
key="subject"
|
||||||
name="subject"
|
name="subject"
|
||||||
tabIndex="108"
|
tabIndex="108"
|
||||||
placeholder="Subject:"
|
placeholder="Subject"
|
||||||
disabled={not @state.showsubject}
|
disabled={not @state.showsubject}
|
||||||
className="compose-field compose-subject"
|
className="compose-field compose-subject"
|
||||||
value={@state.subject}
|
value={@state.subject}
|
||||||
|
|
Loading…
Reference in a new issue