Skip to content

Commit 7f5264a

Browse files
committed
Update the comment since it is not relavent
1 parent 15bd4fe commit 7f5264a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Classes/ViewRelated/Blog/SharingConnectionsViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ - (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInte
110110
if ([self hasConnectedAccounts] && section == 0) {
111111
title = NSLocalizedString(@"Connected Accounts", @"Noun. Title. Title for the list of accounts for third party sharing services.");
112112
} else {
113-
NSString *format = NSLocalizedString(@"Share post to %@", @"Title. `Publicize` is used as a verb here but `Share` (verb) would also work here. The `%@` is a placeholder for the service name.");
113+
NSString *format = NSLocalizedString(@"Share post to %@", @"Title. `The `%@` is a placeholder for the service name.");
114114
title = [NSString stringWithFormat:format, self.publicizeService.label];
115115
}
116116
return title;

0 commit comments

Comments
 (0)