Accidentally presented Atom feed as ActivityStreams JSON

This commit is contained in:
Mikael Nordfeldth 2015-06-02 12:58:30 +02:00
parent a2ddcc124f
commit 2cebbead75

View File

@ -128,7 +128,7 @@ class ConversationAction extends ManagedAction
'format' => 'atom')),
// TRANS: Title for link to notice feed.
// TRANS: %s is a user nickname.
_('Conversation feed (Activity Streams JSON)')));
_('Conversation feed (Atom)')));
}
}