From 5bf7713b24b5b384bd24bee95c4d613f0dd018a8 Mon Sep 17 00:00:00 2001 From: Pete Andrew <peter.andrew@torchbox.com> Date: Mon, 4 May 2020 17:39:56 +0100 Subject: [PATCH] Changed 'Create review' primary action to 'Add a review' --- hypha/apply/review/templates/review/includes/review_button.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypha/apply/review/templates/review/includes/review_button.html b/hypha/apply/review/templates/review/includes/review_button.html index 2f28a5e16..e7aa4b17a 100644 --- a/hypha/apply/review/templates/review/includes/review_button.html +++ b/hypha/apply/review/templates/review/includes/review_button.html @@ -5,7 +5,7 @@ {% if request.user|has_draft:submission %} {{ draft_text|default:"Update draft" }} {% elif request.user|can_review:submission %} - Create review + Add a review {% endif %} </a> {% endif %} -- GitLab