mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
fix posters event translation #18
This commit is contained in:
parent
cef76daa49
commit
cfeeabee72
16 changed files with 64 additions and 64 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue