[local-private] Update task label

Remove ellipsis, since it is now included as part of a css psuedo element
This commit is contained in:
Halla Moore 2017-01-13 13:38:12 -08:00
parent 1c37a8b788
commit a828d517d4

View file

@ -27,7 +27,7 @@ export default class SendManyDraftsTask extends Task {
}
label() {
return `Sending ${this.draftIdsToSend.length} messages...`
return `Sending ${this.draftIdsToSend.length} messages`
}
shouldDequeueOtherTask(other) {