diff --git a/scripts/apple-app-i18n.ts b/scripts/apple-app-i18n.ts index 43635e6fc00c..f82e2bb8d567 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(Text(title))", + ".accessibilityLabel(title)", ], "apps/ios/Sources/Gateway/GatewayConnectionController+Capabilities.swift": [ 'String(localized: "Secure connection is required for this host.")',