Skip to content

Commit f5777bf

Browse files
author
Paul Von Schrottky
authored
Merge pull request #19664 from wordpress-mobile/fix/weekly-roundup-debug-instructions
Fix Weekly Update debug instructions
2 parents 450c1e7 + 192e051 commit f5777bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Classes/ViewRelated/Developer/WeeklyRoundupDebugScreen.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ struct WeeklyRoundupDebugScreen: View {
130130
.frame(height: settings.spacerHeight)
131131
}
132132

133-
Text("The first number is when the dynamic notification is scheduled at the earliest. It can take a lot more time to be sent since iOS basically decides when to deliver it. The second number is for the static notification. It will be shown if either the App is killed or if the dynamic notification isn't shown by iOS before it.")
133+
Text("The first number is when the dynamic notification is scheduled at the earliest. It can take a lot more time to be sent since iOS basically decides when to deliver it. The second number is for the static notification which depend on the weeklyRoundupStaticNotification feature flag being enabled. The static notification will be shown if either the App is killed or if the dynamic notification isn't shown by iOS before it.")
134134
.fixedSize(horizontal: false, vertical: true)
135135
.padding(settings.defaultPadding)
136136

0 commit comments

Comments
 (0)