fix(copy): Sending draft => Sending message. Resolves #1275

This commit is contained in:
Ben Gotow 2016-02-19 19:25:29 -08:00
parent 8168838101
commit 0a892abd07

View file

@ -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