From 855bd1fc885e32f2cacfbce7fe3f6626fa29d17c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 14 Mar 2018 11:37:43 +0100 Subject: [PATCH] misc: mark Title as header column for translation (#22514) --- fargo/templates/fargo/table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fargo/templates/fargo/table.html b/fargo/templates/fargo/table.html index 4ca3cad..46c10bf 100644 --- a/fargo/templates/fargo/table.html +++ b/fargo/templates/fargo/table.html @@ -5,7 +5,7 @@ {% block table.thead %} - Title + {% trans "Title" %} {% for column in table.columns %} {% if column.orderable %} -- 2.16.2