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

This commit is contained in:
Ben Gotow 2016-02-19 19:25:29 -08:00
parent b6ebefe1ca
commit 20510a1e8f

View file

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