Skip to content

Commit 0dbd06c

Browse files
authored
Implemented chage (#25032)
1 parent 04f5495 commit 0dbd06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Classes/ViewRelated/Jetpack/Jetpack Scan/View Models/JetpackScanStatusViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ struct JetpackScanStatusViewModel {
248248

249249
struct fixing {
250250
static let title = NSLocalizedString("Fixing Threats", comment: "Subtitle displayed while the server is fixing threats")
251-
static let details = NSLocalizedString("We're hard at work fixing these threats in the background. In the meantime feel free to continue to use your site as normal, you can check back on progress at any time.", comment: "Detail text display informing the user that we're fixing threats")
251+
static let details = NSLocalizedString("We're hard at work in the background fixing these threats. In the meantime feel free to continue to use your site as normal, you can check back on progress at any time.", comment: "Detail text display informing the user that we're fixing threats")
252252
}
253253

254254
// Buttons

0 commit comments

Comments
 (0)