Sfoglia il codice sorgente

Empty => There are no issues this time.

Santiago Pastorino 4 anni fa
parent
commit
24a5656206
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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