Fixed spelling

This commit is contained in:
Michael
2023-11-04 14:12:09 +00:00
parent 1972762500
commit 21cb18fb4b
2 changed files with 3 additions and 3 deletions

View File

@@ -755,7 +755,7 @@ class Post
return [];
}
return ['total' => $quoteshares['total'], 'title' => DI::l10n()->t('Quoted shared by: %s', implode(', ', $quoteshares['title']))];
return ['total' => $quoteshares['total'], 'title' => DI::l10n()->t('Quote shared by: %s', implode(', ', $quoteshares['title']))];
}
/**