From 2550134394acb1f313c41f902b3e9b211e5e79ab Mon Sep 17 00:00:00 2001 From: Changaco Date: Mon, 18 Sep 2023 11:45:28 +0200 Subject: [PATCH] replace the remaining uses of the word "statement" --- www/%username/edit/statement.spt | 2 +- www/%username/index.html.spt | 2 +- www/search.spt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/%username/edit/statement.spt b/www/%username/edit/statement.spt index 23aa9f7891..589d2f1ebe 100644 --- a/www/%username/edit/statement.spt +++ b/www/%username/edit/statement.spt @@ -100,7 +100,7 @@ subhead = _("Descriptions") -

{{ _("Statement") }}

+

{{ _("Description") }}

{{ rendered_stmt }}

{{ _("Excerpt that will be used in social media:") }}

diff --git a/www/%username/index.html.spt b/www/%username/index.html.spt index 04f49a5fcf..653a55fdd7 100644 --- a/www/%username/index.html.spt +++ b/www/%username/index.html.spt @@ -158,7 +158,7 @@ show_income = not participant.hide_receiving and participant.accepts_tips % block content % if statement -

{{ _("Statement") }}

+

{{ _("Description") }}

{{ statement_html }}
diff --git a/www/search.spt b/www/search.spt index 4c8c486524..a5b174962c 100644 --- a/www/search.spt +++ b/www/search.spt @@ -172,8 +172,8 @@ if query: % if statements
-

{{ ngettext("Found a matching user statement", - "Found matching user statements", +

{{ ngettext("Found a matching user description", + "Found matching user descriptions", len(statements)) }}

% for result in statements