Fix accessibility id in UserOtherSessions

This commit is contained in:
Alfonso Grillo
2022-11-11 16:18:27 +01:00
parent 03a644371d
commit 7bbaad8b9c
2 changed files with 2 additions and 2 deletions
@@ -88,7 +88,7 @@ struct UserOtherSessions: View {
}
.background(theme.colors.background)
}
.accessibilityIdentifier(VectorL10n.userOtherSessionClearFilter)
.accessibilityIdentifier("UserOtherSessions.clearFilter")
}
}