diff options
Diffstat (limited to 'family.php')
| -rw-r--r-- | family.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/family.php b/family.php index 10556274cc..d6c610573c 100644 --- a/family.php +++ b/family.php @@ -37,7 +37,7 @@ if ($controller->record && $controller->record->canShow()) { } elseif (Auth::isEditor($controller->record->getTree())) { FlashMessages::addMessage(I18N::translate('This family has been deleted. The deletion will need to be reviewed by a moderator.') . ' ' . FunctionsPrint::helpLink('pending_changes'), 'warning'); } - } elseif ($controller->record->isPendingAddtion()) { + } elseif ($controller->record->isPendingAddition()) { if (Auth::isModerator($controller->record->getTree())) { FlashMessages::addMessage(/* I18N: %1$s is “accept”, %2$s is “reject”. These are links. */ I18N::translate( 'This family has been edited. You should review the changes and then %1$s or %2$s them.', |
