Aklapper has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/52400


Change subject: [bug 45770] Minor description and layout improvements
......................................................................

[bug 45770] Minor description and layout improvements

Change-Id: I4ab242b2f75e0b28f87e8a40ce5ffc1ce64a6997
---
M templates/misc/bugzilla_report.php
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/00/52400/1

diff --git a/templates/misc/bugzilla_report.php 
b/templates/misc/bugzilla_report.php
index 6f9ea0f..098a716 100755
--- a/templates/misc/bugzilla_report.php
+++ b/templates/misc/bugzilla_report.php
@@ -203,7 +203,7 @@
         $result = mysql_query($sql);
         if (!$result)
                 reportFailure("Query failure");
-        print pack('A23A3',"Bugs $state",":");
+        print pack('A34A3',"Reports changed/set to $state",":");
         formatOutput($result);
 }
 
@@ -212,7 +212,7 @@
         $result = mysql_query($sql);
         if (!$result)
                  reportFailure("Query failure");
-        print "\nTotal bugs still open: ";
+        print "\nTotal reports still open: ";
         formatOutput($result);
 }
 
@@ -222,7 +222,7 @@
         $result = mysql_query($sql);
         if (!$result)
                  reportFailure("Query failure");
-        print pack('A23A3',"Bugs marked $resolution",":");
+        print pack('A25A3',"Reports marked $resolution",":");
         formatOutput($result);
 }
 print "\nSpecific Product/Component Resolutions & User Metrics \n\n";

-- 
To view, visit https://gerrit.wikimedia.org/r/52400
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4ab242b2f75e0b28f87e8a40ce5ffc1ce64a6997
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Aklapper <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to