Skip to content

Commit

Permalink
Update Followers to Subscribers in Insights Grow Audience card
Browse files Browse the repository at this point in the history
  • Loading branch information
staskus committed Apr 30, 2024
1 parent 573ff2f commit d1e2a1a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,14 +239,14 @@ class GrowAudienceCell: UITableViewCell, NibLoadable {
enum ReaderDiscover {
static let detailsTitle = NSLocalizedString(
"growAudienceCell.readerDiscover.details",
value: "Connect with other bloggers by following, liking and commenting on their posts.",
value: "Connect with other bloggers by subscribing, liking and commenting on their posts.",
comment: "A detailed message to users about growing the audience for their site through reader discover."
)

static let actionButtonTitle = NSLocalizedString(
"growAudienceCell.readerDiscover.actionButton",
value: "Discover blogs to follow",
comment: "Title for button that will open up the follow topics screen."
value: "Discover blogs to subscribe",
comment: "Title for button that will open up the subscribe topics screen."
)

static let completedTipTitle = NSLocalizedString(
Expand Down

0 comments on commit d1e2a1a

Please sign in to comment.