Skip to content

Commit 3849bec

Browse files
committed
Shorten description
1 parent 03ef931 commit 3849bec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WooCommerce/Classes/ViewRelated/Orders/Cells/SummaryTableViewCell.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ private extension SummaryTableViewCell {
130130
private 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

0 commit comments

Comments
 (0)