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