diff options
Diffstat (limited to 'template/applications.html.j2')
-rw-r--r-- | template/applications.html.j2 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/template/applications.html.j2 b/template/applications.html.j2 index f1f0e30f..6c17a475 100644 --- a/template/applications.html.j2 +++ b/template/applications.html.j2 | |||
@@ -157,19 +157,19 @@ | |||
157 | <div class="row"> | 157 | <div class="row"> |
158 | <div class="col-lg-6"> | 158 | <div class="col-lg-6"> |
159 | <section> | 159 | <section> |
160 | <h3>{{ _("Cadet-GTK") }}</h3> | 160 | <h3>{{ _("Messenger-GTK") }}</h3> |
161 | <p> | 161 | <p> |
162 | {% trans %} | 162 | {% trans %} |
163 | <a href="https://gitlab.com/gnunet-messenger/cadet-gtk">Cadet-GTK</a> | 163 | <a href="https://git.gnunet.org/messenger-gtk.git/">Messenger-GTK</a> |
164 | is a convenient but feature-rich graphical application | 164 | is a convergent GTK messaging application using the GNUnets Messenger |
165 | providing messaging using the CADET subsystem. It is | 165 | service. The goal is to provide private and secure communication |
166 | developed using GTK and libhandy for a convergent design. | 166 | between any group of devices. |
167 | {% endtrans %} | 167 | {% endtrans %} |
168 | </p> | 168 | </p> |
169 | </section> | 169 | </section> |
170 | </div> | 170 | </div> |
171 | <div class="col-lg-4"> | 171 | <div class="col-lg-4"> |
172 | <center><img style="width: 8em" src="{{ url_static('images/cadet-gtk.svg') }}" alt="cadet-gtk" /></center> | 172 | <center><img style="width: 8em" src="{{ url_static('images/messenger-gtk.svg') }}" alt="messenger-gtk" /></center> |
173 | </div> | 173 | </div> |
174 | 174 | ||
175 | </div> | 175 | </div> |