Change help menu "Welcome" to "Welcome to cmux!" (#1377)

Co-authored-by: Lawrence Chen <lawrencecchen@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Lawrence Chen 2026-03-13 07:24:51 -07:00 committed by GitHub
parent 4eb7a37972
commit ee3b027703
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -845,13 +845,13 @@
"en": {
"stringUnit": {
"state": "translated",
"value": "Welcome"
"value": "Welcome to cmux!"
}
},
"ja": {
"stringUnit": {
"state": "translated",
"value": "ようこそ"
"value": "cmuxへようこそ"
}
}
}

View file

@ -8983,7 +8983,7 @@ private struct SidebarHelpMenuButton: View {
private var helpPopover: some View {
VStack(alignment: .leading, spacing: 2) {
helpOptionButton(
title: String(localized: "sidebar.help.welcome", defaultValue: "Welcome"),
title: String(localized: "sidebar.help.welcome", defaultValue: "Welcome to cmux!"),
action: .welcome,
accessibilityIdentifier: "SidebarHelpMenuOptionWelcome",
isExternalLink: false