summaryrefslogtreecommitdiff
path: root/qml/PlaceCreate.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/PlaceCreate.qml')
-rw-r--r--qml/PlaceCreate.qml9
1 files changed, 6 insertions, 3 deletions
diff --git a/qml/PlaceCreate.qml b/qml/PlaceCreate.qml
index ce67caa..ad765ce 100644
--- a/qml/PlaceCreate.qml
+++ b/qml/PlaceCreate.qml
@@ -36,7 +36,7 @@ Rectangle {
36 } 36 }
37 37
38 Label { 38 Label {
39 text: "Create Home" 39 text: "Create Place"
40 anchors.left: imageBanner.right 40 anchors.left: imageBanner.right
41 anchors.leftMargin: 5 41 anchors.leftMargin: 5
42 anchors.top: parent.top 42 anchors.top: parent.top
@@ -78,7 +78,8 @@ Rectangle {
78 anchors.left: parent.left 78 anchors.left: parent.left
79 anchors.right: parent.right 79 anchors.right: parent.right
80 wrapMode : Text.Wrap 80 wrapMode : Text.Wrap
81 text: "Please enter the appropriate information about the place you would like to create." 81 text: "Please enter the appropriate information about the place you would like to create.\n" +
82 "The GNS label is added to the GNS zone of the selected ego, which then provides the address of the place."
82 } 83 }
83 } 84 }
84 85
@@ -94,7 +95,7 @@ Rectangle {
94 spacing: 2 95 spacing: 2
95 Label { 96 Label {
96 id: nameLabel 97 id: nameLabel
97 text: "Name:" 98 text: "GNS label:"
98 width: 80 99 width: 80
99 } 100 }
100 101
@@ -107,6 +108,7 @@ Rectangle {
107 } 108 }
108 109
109 Row { 110 Row {
111 visible: false
110 spacing: 2 112 spacing: 2
111 Label { 113 Label {
112 id: expirationLabel 114 id: expirationLabel
@@ -146,6 +148,7 @@ Rectangle {
146 } 148 }
147 149
148 Row { 150 Row {
151 visible: false
149 spacing: 2 152 spacing: 2
150 Label { 153 Label {
151 id: passwordLabel 154 id: passwordLabel