Changed product name to Nextcloud
authorrakekniven <mark.ziegler@rakekniven.de>
Thu, 30 Jan 2020 17:40:08 +0000 (18:40 +0100)
committerRoeland Jago Douma <rullzer@users.noreply.github.com>
Thu, 30 Jan 2020 18:16:01 +0000 (19:16 +0100)
Reported at Transifex.

Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
src/gui/connectionvalidator.cpp

index 36ac177aa2611c1f5d04decaa45721b01a18fe78..97bdf7573fed99acf60bf38291774b28c8e5b2df 100644 (file)
@@ -44,7 +44,7 @@ ConnectionValidator::ConnectionValidator(AccountPtr account, QObject *parent)
 void ConnectionValidator::checkServerAndAuth()
 {
     if (!_account) {
-        _errors << tr("No ownCloud account configured");
+        _errors << tr("No Nextcloud account configured");
         reportResult(NotConfigured);
         return;
     }