File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
WooCommerce/Classes/ViewRelated/Blaze/BudgetSetting Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,9 @@ private extension BlazeBudgetSettingView {
9393 . tertiaryTitleStyle ( )
9494 }
9595 . frame ( maxWidth: . infinity, alignment: . leading)
96+ . accessibilityElement ( children: . combine)
97+ . accessibilityAddTraits ( . isButton)
98+ . accessibilityHint ( Localization . scheduleAccessibilityHint)
9699
97100 // Estimated impressions - grouped for accessibility
98101 VStack ( alignment: . leading) {
@@ -274,6 +277,11 @@ private extension BlazeBudgetSettingView {
274277 value: " Tap for more information about estimated impressions " ,
275278 comment: " Accessibility hint for the estimated impression button on the Blaze campaign budget setting screen "
276279 )
280+ static let scheduleAccessibilityHint = NSLocalizedString (
281+ " blazeBudgetSettingView.scheduleAccessibilityHint " ,
282+ value: " Opens campaign schedule settings " ,
283+ comment: " Accessibility hint for the schedule section on the Blaze budget setting screen "
284+ )
277285 }
278286}
279287
You can’t perform that action at this time.
0 commit comments