mirror of
https://github.com/friendica/friendica
synced 2025-04-25 17:10:11 +00:00
Replace remaining mentions of "Status" by "Conversations" or "Posts"
This commit is contained in:
parent
d0648b10ef
commit
5c8cd8fdd6
9 changed files with 34 additions and 34 deletions
|
@ -188,7 +188,7 @@ class Follow extends BaseModule
|
|||
$this->page['aside'] = VCard::getHTML($contact);
|
||||
|
||||
$output .= Renderer::replaceMacros(Renderer::getMarkupTemplate('section_title.tpl'),
|
||||
['$title' => $this->t('Status Messages and Posts')]
|
||||
['$title' => $this->t('Posts and Replies')]
|
||||
);
|
||||
|
||||
// Show last public posts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue