mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 02:03:07 +08:00
fix(copy): Sending draft => Sending message. Resolves #1275
This commit is contained in:
parent
b6ebefe1ca
commit
20510a1e8f
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class SendDraftTask extends Task
|
|||
super
|
||||
|
||||
label: ->
|
||||
"Sending draft..."
|
||||
"Sending message..."
|
||||
|
||||
shouldDequeueOtherTask: (other) ->
|
||||
other instanceof SendDraftTask and other.draft.clientId is @draft.clientId
|
||||
|
|
Loading…
Reference in a new issue