diff options
Diffstat (limited to 'architecture.html.j2')
-rw-r--r-- | architecture.html.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/architecture.html.j2 b/architecture.html.j2 index 21fd6ba7..5f5e81c3 100644 --- a/architecture.html.j2 +++ b/architecture.html.j2 @@ -3,7 +3,7 @@ <!-- Jumbotron --> <div class="jumbotron"> <div class="container text-center"> - <h1>{{ _("Taler System Architecture") }}</h1> + <h1>{{ _("GNUnet System Architecture") }}</h1> <p> </p> </div> @@ -11,6 +11,6 @@ </div> <div class="container"> - <img width="100%" src="{{ svg_localized('images/taler-arch-full') }}"></img> + <img width="100%" src="{{ svg_localized('images/gnunet-arch-full') }}"></img> </div> {% endblock body_content %} |