From 954a4112050b62135056e05c6ae3e81fa15522a2 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 20 2020 12:55:12 +0000 Subject: Fix typo and button label on the bugzilla assignee feature Fix a typo in the title of the button used to edit/change the bugzilla assignee overrides. Change as well the label of the button from Update to Edit as the former seemed to imply to some people that it would go and fetch that information from somewhere else while it is meant to offer a way to edit the information. Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure/themes/srcfpo/templates/repo_master_sidebar.html b/pagure/themes/srcfpo/templates/repo_master_sidebar.html index 0c32261..030ba69 100644 --- a/pagure/themes/srcfpo/templates/repo_master_sidebar.html +++ b/pagure/themes/srcfpo/templates/repo_master_sidebar.html @@ -163,11 +163,11 @@ {% if g.authenticated and repo.user.user == g.fas_user.username or pagure_admin %} {% endif %}