Skip to content

Commit 9655efb

Browse files
author
Momo Ozawa
committed
Update status update failed strings
1 parent 5636979 commit 9655efb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

WordPress/Classes/ViewRelated/Jetpack/Jetpack Restore/Restore Complete/JetpackBackupStatusFailedViewController.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ class JetpackBackupStatusFailedViewController: BaseRestoreCompleteViewController
99

1010
override init(site: JetpackSiteRef, activity: Activity) {
1111
let restoreCompleteConfiguration = JetpackRestoreCompleteConfiguration(
12-
title: NSLocalizedString("Status Update Failed", comment: "Title for Jetpack Backup Status Failed screen"),
12+
title: NSLocalizedString("Backup", comment: "Title for Jetpack Backup Update Status Failed screen"),
1313
iconImage: .gridicon(.notice),
1414
iconImageColor: .error,
15-
messageTitle: NSLocalizedString("Hmm, we can't update the status of your backup.", comment: "Title for the Jetpack Backup Status Failed message."),
16-
messageDescription: "No need to worry. We'll notify you when your backup is ready.", // FIXME: Placholder text
15+
messageTitle: NSLocalizedString("Hmm, we can't update the status of your backup", comment: "Message title displayed when we fail to fetch the status of the backup in progress"),
16+
messageDescription: NSLocalizedString("We couldn't find the status to say how long your backup will take.", comment: "Message description displayed when we fail to fetch the status of the backup in progress."),
1717
primaryButtonTitle: NSLocalizedString("Done", comment: "Title for the button that will dismiss this view."),
1818
secondaryButtonTitle: nil,
1919
hint: nil

WordPress/Classes/ViewRelated/Jetpack/Jetpack Restore/Restore Complete/JetpackRestoreStatusFailedViewController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ class JetpackRestoreStatusFailedViewController: BaseRestoreCompleteViewControlle
1212
title: NSLocalizedString("Status Update Failed", comment: "Title for Jetpack Restore Status Failed screen"),
1313
iconImage: .gridicon(.notice),
1414
iconImageColor: .error,
15-
messageTitle: NSLocalizedString("Hmm, we can't update the status of your restore.", comment: "Title for the Jetpack Restore Status Failed message."),
16-
messageDescription: "No need to worry. We'll notify you when your site has been fully restored.", // FIXME: Placholder text
15+
messageTitle: NSLocalizedString("Hmm, we can't update the status of your restore", comment: "Message title displayed when we fail to fetch the status of the restore in progress."),
16+
messageDescription: NSLocalizedString("We couldn't find the status to say how long your restore will take.", comment: "Message description displayed when we fail to fetch the status of the restore in progress."),
1717
primaryButtonTitle: NSLocalizedString("Done", comment: "Title for the button that will dismiss this view."),
1818
secondaryButtonTitle: nil,
1919
hint: nil

0 commit comments

Comments
 (0)