Skip to content

Commit

Permalink
Change accessibility identifier for check messages back
Browse files Browse the repository at this point in the history
Change accessibility identifier for check messages back to expected name on Confirmation screen.
  • Loading branch information
igorkravchenko committed Oct 6, 2023
1 parent 2d43c50 commit 8a32dc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ private extension SecureConversations.ConfirmationViewSwiftUI {
.background(SwiftUI.Color(model.style.checkMessagesButtonStyle.backgroundColor))
.cornerRadius(4)
}
.migrationAccessibilityIdentifier("secureConversations_welcomeCheckMessages_button")
.migrationAccessibilityIdentifier("secureConversations_confirmationCheckMessages_button")
.migrationAccessibilityLabel(model.style.checkMessagesButtonStyle.accessibility.label)
.migrationAccessibilityHint(model.style.checkMessagesButtonStyle.accessibility.hint)
}
Expand Down

0 comments on commit 8a32dc7

Please sign in to comment.