Skip to content

Commit 15bd4fe

Browse files
committed
Update the error message
1 parent afc59b6 commit 15bd4fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WordPress/Classes/ViewRelated/Blog/SharingViewController.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ - (void)syncPublicizeServices
336336
if (!ReachabilityUtils.isInternetReachable) {
337337
[weakSelf showConnectionError];
338338
} else {
339-
[SVProgressHUD showDismissibleErrorWithStatus:NSLocalizedString(@"Publicize service synchronization failed", @"Message to show when Publicize service synchronization failed")];
339+
[SVProgressHUD showDismissibleErrorWithStatus:NSLocalizedString(@"Jetpack Social service synchronization failed", @"Message to show when Publicize service synchronization failed")];
340340
[weakSelf refreshPublicizers];
341341
}
342342
}];
@@ -352,7 +352,7 @@ - (void)syncConnections
352352
if (!ReachabilityUtils.isInternetReachable) {
353353
[weakSelf showConnectionError];
354354
} else {
355-
[SVProgressHUD showDismissibleErrorWithStatus:NSLocalizedString(@"Publicize connection synchronization failed", @"Message to show when Publicize connection synchronization failed")];
355+
[SVProgressHUD showDismissibleErrorWithStatus:NSLocalizedString(@"Jetpack Social connection synchronization failed", @"Message to show when Publicize connection synchronization failed")];
356356
[weakSelf refreshPublicizers];
357357
}
358358
}];

0 commit comments

Comments
 (0)