From 869e58e7edac84591254f7630e9c807564a0cf58 Mon Sep 17 00:00:00 2001 From: Aditoo17 <42938951+Aditoo17@users.noreply.github.com> Date: Wed, 27 Mar 2019 17:07:35 +0100 Subject: Fix interpolations in some localizations (#10397) --- config/locales/de.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/locales/de.yml') diff --git a/config/locales/de.yml b/config/locales/de.yml index e22198687..6ac6e346b 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -637,7 +637,7 @@ de: one: Etwas ist noch nicht ganz richtig! Bitte korrigiere den Fehler other: Etwas ist noch nicht ganz richtig! Bitte korrigiere %{count} Fehler html_validator: - invalid_markup: enthält ungültiges HTML-Markup + invalid_markup: 'enthält ungültiges HTML-Markup: %{error}' identity_proofs: active: Aktiv authorize: Ja, autorisieren -- cgit