diff options
Diffstat (limited to 'common/base.j2')
-rw-r--r-- | common/base.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/base.j2 b/common/base.j2 index 31b5f1ed..67836b85 100644 --- a/common/base.j2 +++ b/common/base.j2 @@ -2,8 +2,8 @@ <html lang="{{ lang }}"> <head> <meta charset="UTF-8"/> - <title>{{ _("GNU Taler") }}</title> - <meta name="description" content="{{ _('Taxable Anonymous Libre Electronic Reserves') }}" /> + <title>{{ _("GNUnet") }}</title> + <meta name="description" content="{{ _('GNU\'s Framework for Secure Peer-to-Peer Networking') }}" /> {% include "common/header.j2.inc" %} {% block head_content %}{% endblock %} </head> |