Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@nextcloud.com>2020-10-08 18:17:01 +0300
committerKevin Ottens <kevin.ottens@nextcloud.com>2020-10-13 08:28:31 +0300
commit9ec4b5ef8e47fc818bde600e2309abd72b2b96b3 (patch)
treeed698d7b6523b0a11898136b32ee0f5d46ac516e /src/gui
parent5e472e629f9c960d51508f702e5a2b0feda11892 (diff)
Add a label explaining the server address field
This is as discussed in #1160 Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/wizard/owncloudsetupnocredspage.ui10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/gui/wizard/owncloudsetupnocredspage.ui b/src/gui/wizard/owncloudsetupnocredspage.ui
index 130e7e8fc..bad3323d3 100644
--- a/src/gui/wizard/owncloudsetupnocredspage.ui
+++ b/src/gui/wizard/owncloudsetupnocredspage.ui
@@ -234,6 +234,16 @@
</layout>
</item>
<item>
+ <widget class="QLabel" name="label">
+ <property name="text">
+ <string>This is the link to your Nextcloud web interface when you open it in the browser.&lt;br/&gt; It looks like https://cloud.example.com or https://example.com/cloud</string>
+ </property>
+ <property name="wordWrap">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
<widget class="QLabel" name="errorLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">