From 712328bd863c82ed6988c888ea950b2b87b73100 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Mon, 26 Dec 2022 14:28:40 +0100 Subject: [PATCH] Fix wrong translation in linkfilter view --- app/views/link_filter/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/link_filter/index.html.haml b/app/views/link_filter/index.html.haml index cfc55e44..3ab12e25 100644 --- a/app/views/link_filter/index.html.haml +++ b/app/views/link_filter/index.html.haml @@ -3,7 +3,7 @@ .card-body %h1= t(".heading", app_name: APP_CONFIG["site_name"]) %p.lead= t(".subheading", app_name: APP_CONFIG["site_name"]) - %p= t(".subheading", app_name: APP_CONFIG["site_name"], hostname: APP_CONFIG["hostname"]) + %p= t(".body", app_name: APP_CONFIG["site_name"], hostname: APP_CONFIG["hostname"]) %p.font-weight-bold.mb-0= t(".url") %pre.bg-light.text-dark.p-3.rounded= @link