diff --git a/Client/Ecosia/L10N/String.swift b/Client/Ecosia/L10N/String.swift index 49d555026ea6..7c28102fea9a 100644 --- a/Client/Ecosia/L10N/String.swift +++ b/Client/Ecosia/L10N/String.swift @@ -240,5 +240,8 @@ extension String { case apnConsentSkipButtonTitle = "Not now" case apnConsentLastReminderSkipButtonTitle = "No thanks" case configurableNudgeCardCloseButtonAccessibilityLabel = "Close card button" + case newsletterNTPCardExperimentTitle = "Be the first to know" + case newsletterNTPCardExperimentDescription = "Subscribe to our newsletter for updates on our climate impact and newest features." + case newsletterNTPCardExperimentButton = "Sign up" } } diff --git a/Client/Ecosia/L10N/en.lproj/Ecosia.strings b/Client/Ecosia/L10N/en.lproj/Ecosia.strings index 478f5d67d91e..682e5a9558f3 100644 --- a/Client/Ecosia/L10N/en.lproj/Ecosia.strings +++ b/Client/Ecosia/L10N/en.lproj/Ecosia.strings @@ -232,3 +232,8 @@ "Get tips on how to be climate active every day" = "Get tips on how to be climate active every day"; "Allow push notifications" = "Allow push notifications"; "Not now" = "Not now"; + +// Newsletter +"Be the first to know" = "Be the first to know"; +"Subscribe to our newsletter for updates on our climate impact and newest features." = "Subscribe to our newsletter for updates on our climate impact and newest features."; +"Sign up" = "Sign up";