Fix accessibility id in UserOtherSessions

This commit is contained in:
Alfonso Grillo
2022-11-11 16:18:27 +01:00
parent 593f8c755d
commit a01f18e9ff
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")
}
}