The interpretation of the p-value is a very difficult thing because what is legit and what is not is very close together. The p-value is the probability of the resulting test statistic if the null hypothesis $H_0$ is true; that means $\Pr(\mathrm{data}|H_0)$. A lot of people make the mistake of confusing this with $\Pr(H_0|\mathrm{data})$, which is wrong. Now to my question: I stumbled upon an online independent t-test and the result was a p-value of 0.20. The given interpretation was the following: "There is a 79.76% chance the proportions are different."
My question: is this interpretation legit? Or is it the same confusion as mentioned above (e.g. it describes the probability of $H_0$). Thanks in advance!