From 7749d98e87222576d6eaf6dd54420df8244f9ef1 Mon Sep 17 00:00:00 2001 From: Jannis Portmann Date: Wed, 17 May 2023 15:48:23 +0200 Subject: [PATCH] Imoprove translation --- pflaenzli/pflaenzli/templates/app/index.html | 2 +- pflaenzli/pflaenzli/templates/offer/search.html | 2 +- pflaenzli/pflaenzli/templates/registration/login.html | 2 +- pflaenzli/pflaenzli/templates/user/public.html | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pflaenzli/pflaenzli/templates/app/index.html b/pflaenzli/pflaenzli/templates/app/index.html index 12ae8b6..c3acfd1 100644 --- a/pflaenzli/pflaenzli/templates/app/index.html +++ b/pflaenzli/pflaenzli/templates/app/index.html @@ -18,7 +18,7 @@

{% trans "To offer your plants, please register first." %}

{% trans "Offers" context "plural" %} + type="button">{% trans "Show offers" %} {% trans "Register" %} diff --git a/pflaenzli/pflaenzli/templates/offer/search.html b/pflaenzli/pflaenzli/templates/offer/search.html index 2f47cb1..85446d1 100644 --- a/pflaenzli/pflaenzli/templates/offer/search.html +++ b/pflaenzli/pflaenzli/templates/offer/search.html @@ -7,7 +7,7 @@ {% endblock %} {% block content %}

- {% trans 'Filter' %} + {% trans "Offers" %}