mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
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:
parent
f46ce2ce98
commit
375fcb8e14
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ NextcloudTheme::NextcloudTheme()
|
|||
|
||||
QString NextcloudTheme::wizardUrlHint() const
|
||||
{
|
||||
return QString("https://...");
|
||||
return QString("https://host:port");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue