mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-20 03:51:39 +00:00
fix(ios): preserve localized status semantics
This commit is contained in:
@@ -158,7 +158,7 @@ const LOCALIZED_WRAPPER_CONTRACTS: Record<string, readonly string[]> = {
|
||||
"func metricTile(\n icon: String,\n title: OpenClawTextValue,\n value: String,\n detail: OpenClawTextValue",
|
||||
],
|
||||
"apps/ios/Sources/Design/AgentProNodesDestination.swift": [
|
||||
"private func nodeDetailRow(_ title: OpenClawTextValue, value: String?)",
|
||||
"private func nodeDetailRow(\n _ title: OpenClawTextValue,\n copyLabel: LocalizedStringKey",
|
||||
"private func nodeListCard(title: OpenClawTextValue, values: [String])",
|
||||
"private func detailMetric(label: OpenClawTextValue, value: String)",
|
||||
"title: OpenClawTextValue,\n detail: OpenClawTextValue",
|
||||
|
||||
Reference in New Issue
Block a user