unify titles in standard acc

This commit is contained in:
Martin Rotter 2021-02-21 20:53:26 +01:00
parent ea8144e5bb
commit 6da1751870
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
StandardServiceRoot::StandardServiceRoot(RootItem* parent)
: ServiceRoot(parent) {
setTitle(qApp->system()->loggedInUser() + QSL(" (RSS/RDF/ATOM)"));
setTitle(qApp->system()->loggedInUser() + QSL(" (RSS/ATOM/JSON)"));
setIcon(StandardServiceEntryPoint().icon());
setDescription(tr("This is obligatory service account for standard RSS/RDF/ATOM feeds."));
}