fix posters event translation #18

This commit is contained in:
ghost 2023-10-30 21:04:11 +02:00
parent cef76daa49
commit cfeeabee72
16 changed files with 64 additions and 64 deletions

View file

@ -331,7 +331,7 @@ class ActivityService
$events
[
$this->translatorInterface->trans('Torrent poster')
$this->translatorInterface->trans('Torrent posters')
]
[
$this->translatorInterface->trans('Added')
@ -343,7 +343,7 @@ class ActivityService
$events
[
$this->translatorInterface->trans('Torrent poster')
$this->translatorInterface->trans('Torrent posters')
]
[
$this->translatorInterface->trans('Deleted')
@ -355,7 +355,7 @@ class ActivityService
$events
[
$this->translatorInterface->trans('Torrent poster')
$this->translatorInterface->trans('Torrent posters')
]
[
$this->translatorInterface->trans('Approved')
@ -367,7 +367,7 @@ class ActivityService
$events
[
$this->translatorInterface->trans('Torrent poster')
$this->translatorInterface->trans('Torrent posters')
]
[
$this->translatorInterface->trans('Disapproved')