mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 02:46:43 +00:00
Improve user notification
The message is not really true. When one declines, the other person can notice that the contact request is not pending any more. They will know. Switching to not alerted is closer to what is really happening.
This commit is contained in:
parent
35524db136
commit
160870c9de
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ impl View for ContactNotification {
|
||||||
ContactEventKind::Requested => render_user_notification(
|
ContactEventKind::Requested => render_user_notification(
|
||||||
self.user.clone(),
|
self.user.clone(),
|
||||||
"wants to add you as a contact",
|
"wants to add you as a contact",
|
||||||
Some("They won't know if you decline."),
|
Some("They won't be alerted if you decline."),
|
||||||
Dismiss(self.user.id),
|
Dismiss(self.user.id),
|
||||||
vec![
|
vec![
|
||||||
(
|
(
|
||||||
|
|
Loading…
Reference in a new issue