Skip to content

Commit

Permalink
replace the remaining uses of the word "statement"
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco committed Sep 18, 2023
1 parent d3b16e1 commit 2550134
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion www/%username/edit/statement.spt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ subhead = _("Descriptions")
<input type="hidden" name="lang" value="{{ lang }}" />
<input type="hidden" name="summary" value="{{ summary }}" />
<textarea class="hidden" name="statement">{{ statement }}</textarea>
<h3>{{ _("Statement") }}</h3>
<h3>{{ _("Description") }}</h3>
<section class="profile-statement" lang="{{ lang }}">{{ rendered_stmt }}</section>
<hr>
<h4>{{ _("Excerpt that will be used in social media:") }}</h4>
Expand Down
2 changes: 1 addition & 1 deletion www/%username/index.html.spt
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ show_income = not participant.hide_receiving and participant.accepts_tips

% block content
% if statement
<h3 id="statement">{{ _("Statement") }}</h3>
<h3 id="statement">{{ _("Description") }}</h3>
<section class="profile-statement" lang="{{ statement.lang }}">{{
statement_html
}}</section>
Expand Down
4 changes: 2 additions & 2 deletions www/search.spt
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ if query:

% if statements
<div>
<h3>{{ ngettext("Found a matching user statement",
"Found matching user statements",
<h3>{{ ngettext("Found a matching user description",
"Found matching user descriptions",
len(statements)) }}</h3>
% for result in statements
<div class="panel panel-default">
Expand Down

0 comments on commit 2550134

Please sign in to comment.