Fix typo introduced in !74817
Quick bugfix for !74817 (merged) - we are appending && something to a string, so of course it should have been string += instead of string =.
Quick bugfix for !74817 (merged) - we are appending && something to a string, so of course it should have been string += instead of string =.