mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
Remove "They won't know if you decline" message
This commit is contained in:
parent
ed6ed99d8f
commit
91257f308e
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ impl View for JoinProjectNotification {
|
|||
render_user_notification(
|
||||
self.user.clone(),
|
||||
"wants to join your project",
|
||||
Some("They won't know if you decline."),
|
||||
None,
|
||||
Decline,
|
||||
vec![("Decline", Box::new(Decline)), ("Accept", Box::new(Accept))],
|
||||
cx,
|
||||
|
|
Loading…
Reference in a new issue