]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1563269 - Stray "from" when redirecting needinfo
authorKohei Yoshino <kohei.yoshino@gmail.com>
Wed, 3 Jul 2019 19:57:39 +0000 (15:57 -0400)
committerdklawren <dklawren@users.noreply.github.com>
Wed, 3 Jul 2019 19:57:39 +0000 (15:57 -0400)
extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl

index 10da2cc6b5dc689e0e409053079d7ac0ad686121..93101a0a053c95e7ce2b33ef6724e7a907f24d9f 100644 (file)
@@ -183,7 +183,7 @@ $(function() {
         <input type="checkbox" name="needinfo" id="needinfo" value="1">
       </td>
       <td>
-        <label for="needinfo" id="needinfo_from_label">Request information</label> from
+        <label for="needinfo" id="needinfo_from_label">Request information from</label>
         <select name="needinfo_type" id="needinfo_type" style="display:none;" aria-label="Request info actions">
           <option value="needinfo_from" selected="true">Need more information from</option>
           <option value="redirect_to">Redirect needinfo request to</option>