Forráskód Böngészése

Empty => There are no issues this time.

Santiago Pastorino 4 éve
szülő
commit
24a5656206
1 módosított fájl, 1 hozzáadás és 1 törlés
  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