From 8730c348ba93a74717e979d58db8f68ce8cabfba Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Tue, 21 Aug 2018 09:52:15 +0100 Subject: [PATCH] Correct spelling mistake --- opentech/apply/review/templates/review/review_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentech/apply/review/templates/review/review_detail.html b/opentech/apply/review/templates/review/review_detail.html index 2aab68c44..e9506b769 100644 --- a/opentech/apply/review/templates/review/review_detail.html +++ b/opentech/apply/review/templates/review/review_detail.html @@ -20,7 +20,7 @@ </div> {% if not review.for_latest %} <div> - <h5>Review was not against the lasted version:</h5> + <h5>Review was not against the lastest version:</h5> <p> <a class="button button--primary" href="{{ review.get_compare_url }}">Compare</a> </p> -- GitLab