diff --git a/WordPressAuthenticator.podspec b/WordPressAuthenticator.podspec index b918abca7..4dc9110b9 100644 --- a/WordPressAuthenticator.podspec +++ b/WordPressAuthenticator.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "WordPressAuthenticator" - s.version = "1.35.2" + s.version = "1.36.0-beta.1" s.summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps." s.description = <<-DESC diff --git a/WordPressAuthenticator/Signin/LoginProloguePromoViewController.swift b/WordPressAuthenticator/Signin/LoginProloguePromoViewController.swift index e847b62e4..af0758560 100644 --- a/WordPressAuthenticator/Signin/LoginProloguePromoViewController.swift +++ b/WordPressAuthenticator/Signin/LoginProloguePromoViewController.swift @@ -58,7 +58,7 @@ class LoginProloguePromoViewController: UIViewController { case .analytics: return NSLocalizedString("Watch your audience grow with in-depth analytics.", comment: "Shown in the prologue carousel (promotional screens) during first launch.") case .discover: - return NSLocalizedString("Follow your favorite sites and discover new reads.", comment: "Shown in the prologue carousel (promotional screens) during first launch.") + return NSLocalizedString("Follow your favorite sites and discover new blogs.", comment: "Shown in the prologue carousel (promotional screens) during first launch.") } }