فهرست منبع

Empty => There are no issues this time.

Santiago Pastorino 4 سال پیش
والد
کامیت
24a5656206
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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