diff options
author | Devan Carpenter <git@dvn.me> | 2019-06-28 21:35:08 -0700 |
---|---|---|
committer | Devan Carpenter <git@dvn.me> | 2019-06-28 21:35:08 -0700 |
commit | 7be94a104b78ab6e278bbeb59abd77111f72232e (patch) | |
tree | 2563e6d1dd07b2f29d3201b60b69d578c7ab46a1 | |
parent | 79be0d53d75c6320b288f4d5e5bcce823486ffb6 (diff) | |
download | www-7be94a104b78ab6e278bbeb59abd77111f72232e.tar.gz www-7be94a104b78ab6e278bbeb59abd77111f72232e.zip |
Add tags reflecting application readiness
-rw-r--r-- | template/index.html.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2 index 857960c8..aad0cfa8 100644 --- a/template/index.html.j2 +++ b/template/index.html.j2 | |||
@@ -279,7 +279,7 @@ | |||
279 | <div class="row"> | 279 | <div class="row"> |
280 | <div class="col-lg-4"> | 280 | <div class="col-lg-4"> |
281 | <section> | 281 | <section> |
282 | <h3>{{ _("Filesharing") }}</h3> | 282 | <h3>{{ _("Filesharing (Alpha)") }}</h3> |
283 | <p> | 283 | <p> |
284 | {% trans %} | 284 | {% trans %} |
285 | GNUnet filesharing is an application that provides | 285 | GNUnet filesharing is an application that provides |
@@ -291,7 +291,7 @@ | |||
291 | </div> | 291 | </div> |
292 | <div class="col-lg-4"> | 292 | <div class="col-lg-4"> |
293 | <section> | 293 | <section> |
294 | <h3>{{ _("Conversation") }}</h3> | 294 | <h3>{{ _("Conversation (Pre-Alpha)") }}</h3> |
295 | <p> | 295 | <p> |
296 | {% trans %} | 296 | {% trans %} |
297 | GNUnet conversation is an application that provides secure | 297 | GNUnet conversation is an application that provides secure |