From 95a18e636f96391b3e7683bc6620905743dbbc60 Mon Sep 17 00:00:00 2001 From: sthag Date: Wed, 14 Aug 2024 18:02:45 +0200 Subject: [PATCH] fix: change placeholder language --- source/screens/demo/examples/card.njk | 2 +- source/templates/hippie/macros/_placeholder.njk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/screens/demo/examples/card.njk b/source/screens/demo/examples/card.njk index df35f2e..353fed9 100644 --- a/source/screens/demo/examples/card.njk +++ b/source/screens/demo/examples/card.njk @@ -46,7 +46,7 @@ tags:
-

Titel
and description

+

Titel
und Beschreibung

{{ ph.name() }}

{{ ph.email('card_address') }}
diff --git a/source/templates/hippie/macros/_placeholder.njk b/source/templates/hippie/macros/_placeholder.njk index d82e4ff..52f35be 100644 --- a/source/templates/hippie/macros/_placeholder.njk +++ b/source/templates/hippie/macros/_placeholder.njk @@ -5,9 +5,9 @@ {% macro link(class='', text='domain.tld', href='http://domain.internal') %} {{ text }} {% endmacro %} -{% macro name(class='', text='Prename Surname') %} +{% macro name(class='', text='Vorname Nachname') %} {{ text }} {% endmacro %} -{% macro address(class='', text='Street No., Postcode City') %} +{% macro address(class='', text='Straße Nr., PLZ Ort') %} {{ text }} {% endmacro %}