#4777 Fix typo and button label on the bugzilla assignee feature
Closed 4 years ago by pingou. Opened 4 years ago by pingou.

@@ -163,11 +163,11 @@ 

        </dl>

        {% if g.authenticated and repo.user.user == g.fas_user.username or pagure_admin %}

          <div class="btn-group">

-           <a href="#" title="Update the bugzill assignee(s)"

+           <a href="#" title="Update the bugzilla assignee(s)"

                class="btn btn-sm btn-outline-primary"

                data-toggle="modal" data-target="#modal_assignee">

              <i id="update-bz-icon" class="fa fa-fw fa-refresh"></i>

-             Update

+             Edit

            </a>

          </div>

        {% endif %}

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 pingou@pingoured.fr

Pull-Request has been closed by pingou

4 years ago