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']))];
}
/**

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2023.09-rc\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-04 14:07+0000\n"
"POT-Creation-Date: 2023-11-04 14:11+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -12206,7 +12206,7 @@ msgstr ""
#: src/Object/Post.php:758
#, php-format
msgid "Quoted shared by: %s"
msgid "Quote shared by: %s"
msgstr ""
#: src/Protocol/ActivityPub/Receiver.php:523