Fix wrong capital letter in NextCloud -> Nextcloud
This commit is contained in:
parent
f11824ea2b
commit
1224c3568f
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ bool OwnCloudServiceEntryPoint::isSingleInstanceService() const {
|
||||||
}
|
}
|
||||||
|
|
||||||
QString OwnCloudServiceEntryPoint::name() const {
|
QString OwnCloudServiceEntryPoint::name() const {
|
||||||
return QSL("NextCloud News");
|
return QSL("Nextcloud News");
|
||||||
}
|
}
|
||||||
|
|
||||||
QString OwnCloudServiceEntryPoint::code() const {
|
QString OwnCloudServiceEntryPoint::code() const {
|
||||||
|
|
Loading…
Add table
Reference in a new issue