@@ -301,7 +301,7 @@ |
||
301 | 301 | if ($request->getAttribute('route') === 'tree-page') { |
302 | 302 | $tree = $request->getAttribute('tree'); |
303 | 303 | assert($tree instanceof Tree, new InvalidArgumentException()); |
304 | - $redirect = route('user-page', ['tree' => $tree->name()]); |
|
304 | + $redirect = route('user-page', ['tree' => $tree->name()]); |
|
305 | 305 | } |
306 | 306 | |
307 | 307 | // Stay on the same tree page |
@@ -118,7 +118,7 @@ |
||
118 | 118 | /* I18N: In the Arabic surname tradition, ... */ |
119 | 119 | I18N::translate('Children take their father’s first name, their grandfathers first name and the family name.') . ' ' . |
120 | 120 | /* I18N: In the Arabic surname tradition, ... */ |
121 | - I18N::translate('The first surname prefix is ibn/bint depending on the individual’s gender.') . ' ' . |
|
121 | + I18N::translate('The first surname prefix is ibn/bint depending on the individual’s gender.') . ' ' . |
|
122 | 122 | /* I18N: In the Arabic surname tradition, ... */ |
123 | 123 | I18N::translate('Wives keep their maiden names.'), |
124 | 124 | 'none' => I18N::translateContext('Surname tradition', 'none'), |