Browse Source

Empty => There are no issues this time.

Santiago Pastorino 4 năm trước cách đây
mục cha
commit
24a5656206
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/meeting.rs

+ 1 - 1
src/meeting.rs

@@ -188,7 +188,7 @@ impl Template for IssuesTemplate {
                 ));
             }
         } else {
-            out = format!("Empty");
+            out = format!("There are no issues this time.");
         }
 
         out