diff --git a/apps/ios/Sources/Design/IPadSidebarScreenChrome.swift b/apps/ios/Sources/Design/IPadSidebarScreenChrome.swift index 821b188d66f9..661fd93b0094 100644 --- a/apps/ios/Sources/Design/IPadSidebarScreenChrome.swift +++ b/apps/ios/Sources/Design/IPadSidebarScreenChrome.swift @@ -32,8 +32,8 @@ struct IPadSidebarScreenChrome: View { VStack(alignment: .leading, spacing: self.isCompactHeight ? 10 : 16) { if !self.usesNativeNavigationChrome { OpenClawAdaptiveHeaderRow( - title: .localized(self.title), - subtitle: .localized(self.subtitle), + title: .localized(self.title), + subtitle: .localized(self.subtitle), titleFont: self.isCompactHeight ? OpenClawType.headline : OpenClawType.title2SemiBold, subtitleLineLimit: self.isCompactHeight ? 1 : 2) { diff --git a/apps/shared/OpenClawKit/Sources/OpenClawKit/WatchCommands.swift b/apps/shared/OpenClawKit/Sources/OpenClawKit/WatchCommands.swift index 9b5f4527e42c..6ca70762c940 100644 --- a/apps/shared/OpenClawKit/Sources/OpenClawKit/WatchCommands.swift +++ b/apps/shared/OpenClawKit/Sources/OpenClawKit/WatchCommands.swift @@ -277,8 +277,8 @@ public struct OpenClawWatchChatCompletionMessage: Codable, Sendable, Equatable { } public enum OpenClawWatchChatStatusCode: String, Codable, Sendable, Equatable { - case connectIPhone = "connectIPhone" - case noMessages = "noMessages" + case connectIPhone + case noMessages case unavailable }