Passed
Pull Request — master (#2210)
by Rico
06:39
created
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.