From 375fcb8e14a59307b34dbabdc0e9170cb28336f9 Mon Sep 17 00:00:00 2001 From: Stephan Beyer Date: Sat, 23 May 2020 18:27:46 +0200 Subject: [PATCH] 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 --- src/libsync/nextcloudtheme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsync/nextcloudtheme.cpp b/src/libsync/nextcloudtheme.cpp index 6687d6290..0ec3f2d27 100644 --- a/src/libsync/nextcloudtheme.cpp +++ b/src/libsync/nextcloudtheme.cpp @@ -35,7 +35,7 @@ NextcloudTheme::NextcloudTheme() QString NextcloudTheme::wizardUrlHint() const { - return QString("https://..."); + return QString("https://host:port"); } }