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:
parent
4eb7a37972
commit
ee3b027703
2 changed files with 3 additions and 3 deletions
|
|
@ -845,13 +845,13 @@
|
|||
"en": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "Welcome"
|
||||
"value": "Welcome to cmux!"
|
||||
}
|
||||
},
|
||||
"ja": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "ようこそ"
|
||||
"value": "cmuxへようこそ!"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue