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
label: ->
"Sending draft..."
"Sending message..."
shouldDequeueOtherTask: (other) ->
other instanceof SendDraftTask and other.draft.clientId is @draft.clientId