diff --git a/src/Object/Post.php b/src/Object/Post.php index b47bbd69fe..f26904dbc3 100644 --- a/src/Object/Post.php +++ b/src/Object/Post.php @@ -184,7 +184,7 @@ class Post extends BaseObject } // Showing the one or the other text, depending upon if we can only hide it or really delete it. - $delete = $origin ? L10n::t('Delete') : L10n::t('Remove from your stream'); + $delete = $origin ? L10n::t('Delete') : L10n::t('Remove here'); $drop = [ 'dropping' => $dropping,