You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WordPress/Classes/ViewRelated/Blog/SharingViewController.m
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -336,7 +336,7 @@ - (void)syncPublicizeServices
336
336
if (!ReachabilityUtils.isInternetReachable) {
337
337
[weakSelf showConnectionError];
338
338
} 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")];
340
340
[weakSelf refreshPublicizers];
341
341
}
342
342
}];
@@ -352,7 +352,7 @@ - (void)syncConnections
352
352
if (!ReachabilityUtils.isInternetReachable) {
353
353
[weakSelf showConnectionError];
354
354
} 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")];
0 commit comments