Skip to content

Commit 97404d2

Browse files
authored
Merge pull request #874 from Kekun/restart
fix(connection-creation-page): Add the need to restart Pods
2 parents 9f0b3dd + 837f46c commit 97404d2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/view/connection_creation_page.ui

+11
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,17 @@
229229
</object>
230230
</child>
231231

232+
<child>
233+
<object class="GtkLabel">
234+
<property name="label" translatable="yes">You may have to restart Pods for it to be able to connect to a newly created socket.</property>
235+
<property name="max-width-chars">1</property>
236+
<property name="margin-top">3</property>
237+
<property name="wrap">True</property>
238+
<property name="wrap-mode">word-char</property>
239+
<property name="xalign">0</property>
240+
</object>
241+
</child>
242+
232243
<child>
233244
<object class="GtkLabel" id="socket_url_label">
234245
<property name="margin-top">3</property>

0 commit comments

Comments
 (0)