Follow naming convention for menu items
This commit is contained in:
parent
e3201857ce
commit
3979454485
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ impl CollabTitlebarItem {
|
|||
"Share Feedback",
|
||||
feedback::feedback_editor::GiveFeedback,
|
||||
),
|
||||
ContextMenuItem::action("Sign out", SignOut),
|
||||
ContextMenuItem::action("Sign Out", SignOut),
|
||||
]
|
||||
} else {
|
||||
vec![
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue