diff options
Diffstat (limited to 'financial-news.html')
-rw-r--r-- | financial-news.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/financial-news.html b/financial-news.html index 6fa9c915..4a06e583 100644 --- a/financial-news.html +++ b/financial-news.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>GNU Taler - Financial News</title> + <title>{{ _("GNU Taler") }} - {{ _("Financial News") }}</title> <meta name="description" content=""> <!--# include file="common/header.inc" --> </head> @@ -11,7 +11,7 @@ <!--# include file="common/navigation.inc" --> <!-- Jumbotron --> <div class="jumbotron"> - <h1 lang="en">Financial News</h1> + <h1 lang="en">{{ _("Financial News") }}</h1> </div> <div class="row"> |