aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-10-12 06:47:41 +0000
committerMario <mario@mariovavti.com>2020-10-12 06:47:41 +0000
commite64856e9579eff653415f7ba3cc0e165fbbab47f (patch)
treec376f036351c6b710fd936988e9d8cc21189da77 /include/text.php
parent7ec655073484f3368ea9f2009c15799abc262238 (diff)
parent8595835aa0d5fff5a51d6c8c42dbb6ff140b4f57 (diff)
downloadvolse-hubzilla-e64856e9579eff653415f7ba3cc0e165fbbab47f.tar.gz
volse-hubzilla-e64856e9579eff653415f7ba3cc0e165fbbab47f.tar.bz2
volse-hubzilla-e64856e9579eff653415f7ba3cc0e165fbbab47f.zip
Merge branch 'dev' into 5.0RC
Diffstat (limited to 'include/text.php')
-rw-r--r--include/text.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php
index e798bf8f8..8bad8337f 100644
--- a/include/text.php
+++ b/include/text.php
@@ -2236,7 +2236,7 @@ function item_post_type($item) {
$post_type = t('event');
break;
default:
- $post_type = t('status');
+ $post_type = t('post');
if($item['mid'] != $item['parent_mid'])
$post_type = t('comment');
break;