mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
Fix accessibility id in UserOtherSessions
This commit is contained in:
@@ -88,7 +88,7 @@ struct UserOtherSessions: View {
|
||||
}
|
||||
.background(theme.colors.background)
|
||||
}
|
||||
.accessibilityIdentifier(VectorL10n.userOtherSessionClearFilter)
|
||||
.accessibilityIdentifier("UserOtherSessions.clearFilter")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user