Fix wrong translation in linkfilter view

This commit is contained in:
Andreas Nedbal 2022-12-26 14:28:40 +01:00 committed by Andreas Nedbal
parent b928eff96c
commit 712328bd86
1 changed files with 1 additions and 1 deletions

View File

@ -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