Rename Join button to Open, rework message slightly

This commit is contained in:
Nathan Sobo
2022-10-10 18:12:00 -06:00
parent b8c2acf0f2
commit e0b6b0df2a
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -482,7 +482,7 @@ pub struct ProjectSharedNotification {
pub message: ContainedText,
pub worktree_roots: ContainedText,
pub button_width: f32,
pub join_button: ContainedText,
pub open_button: ContainedText,
pub dismiss_button: ContainedText,
}