From a00664b04fda1a7ede6653a8d7340ec6fd832ab4 Mon Sep 17 00:00:00 2001 From: rahul Bajaj Date: Oct 29 2016 11:10:12 +0000 Subject: Correct the case of cancel button --- diff --git a/pagure/templates/issue.html b/pagure/templates/issue.html index 71c7ca8..95b237d 100644 --- a/pagure/templates/issue.html +++ b/pagure/templates/issue.html @@ -291,7 +291,7 @@ - cancel + Cancel {% if authenticated and g.repo_admin %} diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index 18d81f0..0a99ca1 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -694,7 +694,7 @@ {% if authenticated and mergeform and pull_request.status == 'Open' and g.repo_admin %} - cancel + Cancel Edit Metadata {% endif %}