From ab841f826dba145d440123e9a99ab16576d49f5d Mon Sep 17 00:00:00 2001 From: Bat Date: Sun, 17 Jun 2018 16:46:53 +0100 Subject: [PATCH] Forgot to make a string translatable on the homepage --- templates/instance/index.html.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/instance/index.html.tera b/templates/instance/index.html.tera index 0bd07348..49b0958e 100644 --- a/templates/instance/index.html.tera +++ b/templates/instance/index.html.tera @@ -8,7 +8,7 @@ {% block content %}

{{ "Welcome on {{ instance_name }}" | _(instance_name=instance.name) }}

-

{{ "Latest articles" }}

+

{{ "Latest articles" | _ }}

{% for article in recents %} {{ macros::post_card(article=article) }}