Skip to content

Commit 428963f

Browse files
committed
Jetpack Social: Update the jetpack social sharing
1 parent 438ae13 commit 428963f

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

WordPress/Classes/ViewRelated/Blog/SharingViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ - (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInte
118118
{
119119
switch (section) {
120120
case SharingPublicizeServices:
121-
return NSLocalizedString(@"Connections", @"Section title for Publicize services in Sharing screen");
121+
return NSLocalizedString(@"Jetpack Social Connections", @"Section title for Publicize services in Sharing screen");
122122
case SharingButtons:
123123
return NSLocalizedString(@"Sharing Buttons", @"Section title for the sharing buttons section in the Sharing screen");
124124
default:

WordPress/Classes/ViewRelated/Post/PostSettingsViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ - (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInte
430430
return NSLocalizedString(@"Mark as Sticky", @"Label for the Mark as Sticky option in post settings.");
431431

432432
} else if (sec == PostSettingsSectionShare && [self numberOfRowsForShareSection] > 0) {
433-
return NSLocalizedString(@"Sharing", @"Label for the Sharing section in post Settings. Should be the same as WP core.");
433+
return NSLocalizedString(@"Jetpack Social", @"Label for the Sharing section in post Settings. Should be the same as WP core.");
434434

435435
} else if (sec == PostSettingsSectionMoreOptions) {
436436
return NSLocalizedString(@"More Options", @"Label for the More Options area in post settings. Should use the same translation as core WP.");

WordPress/Classes/ViewRelated/What's New/Data store/Cache/AnnouncementsCache.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ struct UserDefaultsAnnouncementsCache: AnnouncementsCache {
2323
UserPersistentStoreFactory.instance().announcementsDate
2424
}
2525
}
26-

0 commit comments

Comments
 (0)