mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Send warning: Show single problematic group member, not group name
FREEBIE
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user