Skip to content
Snippets Groups Projects
Commit 9bfa6155 authored by Nico's avatar Nico
Browse files

Add note to login and registration about alpha quality

parent 4d50ce8c
No related branches found
No related tags found
1 merge request!27Add note to login and registration about alpha quality
Pipeline #4319 passed
......@@ -71,6 +71,23 @@
<property name="left-attach">1</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="alpha_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Note: This is an alpha release of Briar GTK which may contain bugs</property>
<property name="xalign">0</property>
<property name="wrap">True</property>
<property name="wrap_mode">PANGO_WRAP_WORD_CHAR</property>
<style>
<class name="error-label"/>
</style>
</object>
<packing>
<property name="top-attach">3</property>
<property name="left-attach">1</property>
</packing>
</child>
</object>
<packing>
<property name="name">password</property>
......
......@@ -86,6 +86,18 @@
</style>
</object>
</child>
<child>
<object class="GtkLabel" id="alpha_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Note: This is an alpha release of Briar GTK which may contain bugs</property>
<property name="wrap">True</property>
<property name="wrap_mode">PANGO_WRAP_WORD_CHAR</property>
<style>
<class name="error-label"/>
</style>
</object>
</child>
</object>
</child>
</object>
......
  • Nico @nico

    mentioned in commit a02919ec

    ·

    mentioned in commit a02919ec

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment