Send warning: Show single problematic group member, not group name

FREEBIE
pull/749/head
Scott Nonnenberg 8 years ago
parent 08ecb5f3d2
commit 25243ad9de

@ -717,9 +717,9 @@
}
} else {
if (isUnverified) {
message = i18n('changedSinceVerified', this.model.getTitle());
message = i18n('changedSinceVerified', contacts.at(0).getTitle());
} else {
message = i18n('changedRecently', this.model.getTitle());
message = i18n('changedRecently', contacts.at(0).getTitle());
}
}

Loading…
Cancel
Save