From 8e1b4965dc7eb68b9b1056d7052dd01c168f8cf2 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Fri, 20 Jan 2023 21:18:05 +0800 Subject: [PATCH] Fix issue with translation labels --- .../Sources/Views/Resources/en.lproj/Localizable.strings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apple/OmnivoreKit/Sources/Views/Resources/en.lproj/Localizable.strings b/apple/OmnivoreKit/Sources/Views/Resources/en.lproj/Localizable.strings index 37a7901c1..491638ab9 100644 --- a/apple/OmnivoreKit/Sources/Views/Resources/en.lproj/Localizable.strings +++ b/apple/OmnivoreKit/Sources/Views/Resources/en.lproj/Localizable.strings @@ -10,8 +10,8 @@ "labels.generic" = "Labels"; "emails.generic" = "Emails"; -"subscriptions.generic" = "Text to Speech"; -"textToSpeech.generic" = "Subscriptions"; +"subscriptions.generic" = "Subscriptions"; +"textToSpeech.generic" = "Text to Speech"; "privacy.policy.generic" = "Privacy Policy"; "termsAndConditions.generic" = "Terms and Conditions"; "feedback.generic" = "Feedback";