Replace "https://..." hint by "https://host:port"

The new hint is a little more verbose and provides more information
than the old one.

Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
This commit is contained in:
Stephan Beyer 2020-05-23 18:27:46 +02:00
parent f46ce2ce98
commit 375fcb8e14

View file

@ -35,7 +35,7 @@ NextcloudTheme::NextcloudTheme()
QString NextcloudTheme::wizardUrlHint() const
{
return QString("https://...");
return QString("https://host:port");
}
}