diff --git a/src/Navigation/Notifications/Factory/Notification.php b/src/Navigation/Notifications/Factory/Notification.php index aa67f2e22d..7677357995 100644 --- a/src/Navigation/Notifications/Factory/Notification.php +++ b/src/Navigation/Notifications/Factory/Notification.php @@ -140,7 +140,7 @@ class Notification extends BaseFactory implements ICanCreateFromTableRow $title = ''; } - $this->logger->info('Got verb and type', ['verb' => $Notification->verb, 'type' => $Notification->type]); + $this->logger->debug('Got verb and type', ['verb' => $Notification->verb, 'type' => $Notification->type]); switch ($Notification->verb) { case Activity::LIKE: @@ -201,7 +201,7 @@ class Notification extends BaseFactory implements ICanCreateFromTableRow case Activity::ATTENDMAYBE: switch ($Notification->type) { case Post\UserNotification::TYPE_DIRECT_THREAD_COMMENT: - $msg = $userL10n->t('%1$s maybe wants to attends your event %2$s'); + $msg = $userL10n->t('%1$s maybe wants to attend your event %2$s'); break; } break; diff --git a/view/lang/C/messages.po b/view/lang/C/messages.po index 22826c03c3..ef6d23478f 100644 --- a/view/lang/C/messages.po +++ b/view/lang/C/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 2021.12-rc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-01-24 04:48+0000\n" +"POT-Creation-Date: 2022-01-24 04:58+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -10019,7 +10019,7 @@ msgstr "" #: src/Navigation/Notifications/Factory/Notification.php:204 #, php-format -msgid "%1$s maybe wants to attends your event %2$s" +msgid "%1$s maybe wants to attend your event %2$s" msgstr "" #: src/Navigation/Notifications/Factory/Notification.php:211