Jetpack Section: Update copy with editorial text#15790
Conversation
|
You can trigger an installable build for these changes by visiting CircleCI here. |
|
You can trigger optional UI/connected tests for these changes by visiting CircleCI here. |
| comment: "Title displayed in the Restore Site alert, should match Calypso") | ||
| let rewindDate = viewModel.mediumDateFormatterWithTime.string(from: activity.published) | ||
| let messageFormat = NSLocalizedString("Are you sure you want to rewind your site back to %@?\nThis will remove all content and options created or changed since then.", | ||
| let messageFormat = NSLocalizedString("Are you sure you want to restore your site back to %@?\nAnything you changed since then will be lost..", |
There was a problem hiding this comment.
Two points in the end:
| let messageFormat = NSLocalizedString("Are you sure you want to restore your site back to %@?\nAnything you changed since then will be lost..", | |
| let messageFormat = NSLocalizedString("Are you sure you want to restore your site back to %@?\nAnything you changed since then will be lost.", |
| static let hasThreatsTitle = NSLocalizedString("Your site may be at risk", comment: "Title for label when there are threats on the users site") | ||
| static let hasThreatsDescriptionFormat = NSLocalizedString("Jetpack Scan found %1$d potential threats on %2$@. Please review each threat and take action.", comment: "Description for a label when there are threats on the site, displays the number of threats, and the site's title") | ||
| static let hasSingleThreatDescriptionFormat = NSLocalizedString("Jetpack Scan found 1 potential threat on %1$@. Please review each threat and take action.", comment: "Description for a label when there is a single threat on the site, displays the site's title") | ||
| static let hasThreatsDescriptionFormat = NSLocalizedString("Jetpack Scan found %1$d potential threats with %2$@. Please review them below and take action or tap the fix all button.. We are here to help if you need us.", comment: "Description for a label when there are threats on the site, displays the number of threats, and the site's title") |
There was a problem hiding this comment.
| static let hasThreatsDescriptionFormat = NSLocalizedString("Jetpack Scan found %1$d potential threats with %2$@. Please review them below and take action or tap the fix all button.. We are here to help if you need us.", comment: "Description for a label when there are threats on the site, displays the number of threats, and the site's title") | |
| static let hasThreatsDescriptionFormat = NSLocalizedString("Jetpack Scan found %1$d potential threats with %2$@. Please review them below and take action or tap the fix all button. We are here to help if you need us.", comment: "Description for a label when there are threats on the site, displays the number of threats, and the site's title") |
| static let hasThreatsDescriptionFormat = NSLocalizedString("Jetpack Scan found %1$d potential threats on %2$@. Please review each threat and take action.", comment: "Description for a label when there are threats on the site, displays the number of threats, and the site's title") | ||
| static let hasSingleThreatDescriptionFormat = NSLocalizedString("Jetpack Scan found 1 potential threat on %1$@. Please review each threat and take action.", comment: "Description for a label when there is a single threat on the site, displays the site's title") | ||
| static let hasThreatsDescriptionFormat = NSLocalizedString("Jetpack Scan found %1$d potential threats with %2$@. Please review them below and take action or tap the fix all button.. We are here to help if you need us.", comment: "Description for a label when there are threats on the site, displays the number of threats, and the site's title") | ||
| static let hasSingleThreatDescriptionFormat = NSLocalizedString("Jetpack Scan found 1 potential threat with %1$@. Please review them below and take action or tap the fix all button.. We are here to help if you need us.", comment: "Description for a label when there is a single threat on the site, displays the site's title") |
There was a problem hiding this comment.
| static let hasSingleThreatDescriptionFormat = NSLocalizedString("Jetpack Scan found 1 potential threat with %1$@. Please review them below and take action or tap the fix all button.. We are here to help if you need us.", comment: "Description for a label when there is a single threat on the site, displays the site's title") | |
| static let hasSingleThreatDescriptionFormat = NSLocalizedString("Jetpack Scan found 1 potential threat with %1$@. Please review them below and take action or tap the fix all button. We are here to help if you need us.", comment: "Description for a label when there is a single threat on the site, displays the site's title") |
| static let noThreatsTitle = NSLocalizedString("Don’t worry about a thing", comment: "Title for label when there are no threats on the users site") | ||
| static let noThreatsDescriptionFormat = NSLocalizedString("The last Jetpack scan ran %1$@ and everything looked great.\n\nRun a manual scan now or wait for Jetpack to scan your site later today.", comment: "Description for label when there are no threats on a users site and how long ago the scan ran") | ||
| static let noThreatsDescription = NSLocalizedString("The last Jetpack scan completed and everything looked great.\n\nRun a manual scan now or wait for Jetpack to scan your site later today.", comment: "Description that informs for label when there are no threats on a users site") | ||
| static let noThreatsTitle = NSLocalizedString("Risks Removed", comment: "Title for label when there are no threats on the users site") |
There was a problem hiding this comment.
This looks odd to me. What if there was never a threat/risk there? Can we say we removed something?
There was a problem hiding this comment.
@osullivanchris JFYI: I was talking to @emilylaguna and we decide to revert this one. "Risks Removed" sounds very vague and it might be misleading: perhaps no risks were there at all.
Can you double-check with the editorial team? Once we have the new string we can update it, for now, we'll move on keeping the previous one.
There was a problem hiding this comment.
@leandroalonso Hey its hard for me to follow the code here sorry! Can you tell me what string we're talking about and what the before and after was? Thanks!
There was a problem hiding this comment.
@osullivanchris Sorry he's talking about the change from Don’t worry about a thing to Risks Removed
There was a problem hiding this comment.
@emilylaguna thanks for clarifying! Yes I think I agree. I would only have this copy right after risks are removed. It sounds like we cannot be certain of that, so the more generic 'Don't worry about a thing' is ok for now. I still think we can improve that string to be less fluffy, but at least its not misleading.
Project: #15193
Fixes #15741
To test:
PR submission checklist:
RELEASE-NOTES.txtif necessary.