Passed
Pull Request — master (#2210)
by Rico
06:39
created
app/Statistics/Google/ChartMortality.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
                 $tot_l
58 58
             ];
59 59
 
60
-            $data[] =  [
60
+            $data[] = [
61 61
                 I18N::translate('Dead'),
62 62
                 $tot_d
63 63
             ];
Please login to merge, or discard this patch.
app/Statistics/Google/ChartNoChildrenFamilies.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
 
112 112
         if ($total) {
113 113
             $data[] = [
114
-                I18N::translateContext('unknown century','Unknown'),
114
+                I18N::translateContext('unknown century', 'Unknown'),
115 115
                 $no_child_fam - $total
116 116
             ];
117 117
         }
Please login to merge, or discard this patch.