File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
WooCommerce/Classes/ViewRelated/Orders/Cells Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,10 +130,10 @@ private extension SummaryTableViewCell {
130130private extension SummaryTableViewCell {
131131 func configureIconForVoiceOver( ) {
132132 updateStatusButton. accessibilityLabel = NSLocalizedString ( " Update Order Status " ,
133- comment: " Accessibility label for the button to update the order status in Order Details View " )
133+ comment: " Accessibility label for the button to update the order status in Order Details " )
134134 updateStatusButton. accessibilityTraits = . button
135135 updateStatusButton. accessibilityHint = NSLocalizedString ( " Opens a list of available statuses. " ,
136- comment: " Accessibility hint for the button tto update the order status " )
136+ comment: " Accessibility hint for the button to update the order status " )
137137 }
138138}
139139
You can’t perform that action at this time.
0 commit comments