mirror of
https://github.com/friendica/friendica
synced 2025-04-25 07:10:11 +00:00
Fix wrong spelling
This commit is contained in:
parent
564517607f
commit
f23a264cb4
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue