crates/git_ui/src/git_panel.rs 🔗 @@ -2765,9 +2765,9 @@ impl GitPanel { let potential_co_authors = self.potential_co_authors(cx); let (tooltip_label, icon) = if self.add_coauthors { - ("Add co-authored-by", IconName::UserCheck) - } else { ("Remove co-authored-by", IconName::Person) + } else { + ("Add co-authored-by", IconName::UserCheck) }; if potential_co_authors.is_empty() {