improved the copy of the accessibility label

This commit is contained in:
Mauro Romito
2025-06-26 13:41:15 +02:00
committed by Mauro
parent 996be8249a
commit 589751deb3
3 changed files with 4 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ struct RoomListFiltersView: View {
.font(.system(size: 24))
.foregroundColor(.compound.bgActionPrimaryRest)
})
.accessibilityLabel(L10n.screenRoomlistRemoveAllFilters)
.accessibilityLabel(L10n.screenRoomlistClearFilters)
}
private func getBinding(for filter: RoomListFilter, scrollViewProxy: ScrollViewProxy) -> Binding<Bool> {