When checking CSV import summary for errors, the row indicated is incorrect - it's offset by 2 (ignores header row and starts the count from 0).
Since it's called "row", it should start the count from 2 and match the line number in the CSV file.
It could also be renamed to "transaction" and start from 1.