Skip to content

Commit 2cf9651

Browse files
committed
fix(ios): preserve Watch message label
1 parent 149c9a3 commit 2cf9651

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/.i18n/native-source.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12741,9 +12741,9 @@
1274112741
"kind": "ui-call",
1274212742
"line": 1192,
1274312743
"path": "apps/ios/WatchApp/Sources/WatchInboxView.swift",
12744-
"source": "Message",
12744+
"source": "Message OpenClaw",
1274512745
"surface": "apple",
12746-
"id": "native.apple.23e5c409f5338b5e"
12746+
"id": "native.apple.b816e4b9e492ae6c"
1274712747
},
1274812748
{
1274912749
"kind": "ui-named-argument",

apps/ios/WatchApp/Sources/WatchInboxView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,7 @@ private struct WatchChatComposer: View {
11891189
onSubmit: self.onSendMessage)
11901190
} label: {
11911191
HStack(spacing: 5) {
1192-
Text("Message")
1192+
Text("Message OpenClaw")
11931193
.font(WatchClawType.body(size: 12, weight: .semibold))
11941194
.foregroundStyle(.secondary)
11951195
.lineLimit(1)

0 commit comments

Comments
 (0)