]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Content/Conversation.php
authorMichael Vogel <icarus@dabo.de>
Fri, 29 Jul 2022 19:59:53 +0000 (21:59 +0200)
committerGitHub <noreply@github.com>
Fri, 29 Jul 2022 19:59:53 +0000 (21:59 +0200)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/Content/Conversation.php

index 36fd38915d22098fde82b4ea223d6361436a94c2..b0f8d403748d19ba4a70b6cc243f51d5051400e8 100644 (file)
@@ -884,7 +884,7 @@ class Conversation
                                $row['direction'] = ['direction' => 9, 'title' => $this->l10n->t('Global post')];
                                break;
                        case ItemModel::PR_RELAY:
-                               $row['direction'] = ['direction' => 10, 'title' => (empty($row['causer-id']) ? $this->l10n->t('Send via an relay server') : $this->l10n->t('Send via the relay server %s <%s>', $row['causer-name'], $row['causer-link']))];
+                               $row['direction'] = ['direction' => 10, 'title' => (empty($row['causer-id']) ? $this->l10n->t('Sent via an relay server') : $this->l10n->t('Sent via the relay server %s <%s>', $row['causer-name'], $row['causer-link']))];
                                break;
                        case ItemModel::PR_FETCHED:
                                $row['direction'] = ['direction' => 2, 'title' => (empty($row['causer-id']) ? $this->l10n->t('Fetched') : $this->l10n->t('Fetched because of %s <%s>', $row['causer-name'], $row['causer-link']))];