This commit is contained in:
Benjamin Takats
2023-01-18 18:08:12 +01:00
parent dea2318a71
commit f053fe3f02

View File

@@ -23,7 +23,7 @@ class LibraryItemObserver
$libraryItemName = $libraryItem->name; $libraryItemName = $libraryItem->name;
if ($libraryItem->lecturer->twitter_username) { if ($libraryItem->lecturer->twitter_username) {
$libraryItemName .= ' @'.$libraryItem->lecturer->twitter_username; $libraryItemName .= ' von @'.$libraryItem->lecturer->twitter_username;
} }
if (config('feeds.services.twitterAccountId')) { if (config('feeds.services.twitterAccountId')) {