diff --git a/scripts/apple-app-i18n.ts b/scripts/apple-app-i18n.ts index 5afb42b72d43..afcd5a09f8cc 100644 --- a/scripts/apple-app-i18n.ts +++ b/scripts/apple-app-i18n.ts @@ -182,7 +182,7 @@ const LOCALIZED_WRAPPER_CONTRACTS: Record = { "func gatewaySecureField(\n _ placeholder: LocalizedStringKey", "func settingsToggle(\n _ title: LocalizedStringKey", ".accessibilityLabel(Text(placeholder))", - ".accessibilityLabel(title)", + ".accessibilityLabel(Text(title))", ], "apps/ios/Sources/Gateway/GatewayConnectionController+Capabilities.swift": [ 'String(localized: "Secure connection is required for this host.")',