Skip to content

Commit 53c9691

Browse files
authored
Election Day: Fix search hint rendering.
TYPE: Bugfix
1 parent b4a9b75 commit 53c9691

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

src/onegov/election_day/forms/archive.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class ArchiveSearchForm(Form):
2121
render_kw={'size': 4, 'clear': False},
2222
description=_(
2323
"Searches the title of the election/vote. "
24-
"Use Wildcards (*) to find more results, e.g Nationalrat*."
24+
"Use Wildcards (`*`) to find more results, e.g `Nationalrat*`."
2525
),
2626
)
2727

src/onegov/election_day/locale/de_CH/LC_MESSAGES/onegov.election_day.po

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgid ""
33
msgstr ""
44
"Project-Id-Version: PACKAGE 1.0\n"
55
"Report-Msgid-Bugs-To: \n"
6-
"POT-Creation-Date: 2024-06-08 12:57+0200\n"
6+
"POT-Creation-Date: 2024-07-08 09:34+0200\n"
77
"PO-Revision-Date: 2022-03-24 15:35+0100\n"
88
"Last-Translator: Marc Sommerhalder <[email protected]>\n"
99
"Language-Team: German\n"
@@ -232,11 +232,11 @@ msgid "Term"
232232
msgstr "Suchbegriff"
233233

234234
msgid ""
235-
"Searches the title of the election/vote. Use Wildcards (*) to find more "
236-
"results, e.g Nationalrat*."
235+
"Searches the title of the election/vote. Use Wildcards (`*`) to find more "
236+
"results, e.g `Nationalrat*`."
237237
msgstr ""
238-
"Durchsucht den Titel der Wahl/Abstimmung. Benutzen Sie Wildcards (*), um "
239-
"mehr Resultate zu finden, z.B. Nationalrat*."
238+
"Durchsucht den Titel der Wahl/Abstimmung. Benutzen Sie Wildcards (`*`), um "
239+
"mehr Resultate zu finden, z.B. `Nationalrat*`."
240240

241241
msgid "From date"
242242
msgstr "Von Datum"

src/onegov/election_day/locale/fr_CH/LC_MESSAGES/onegov.election_day.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgid ""
33
msgstr ""
44
"Project-Id-Version: \n"
55
"Report-Msgid-Bugs-To: \n"
6-
"POT-Creation-Date: 2024-06-08 12:57+0200\n"
6+
"POT-Creation-Date: 2024-07-08 09:34+0200\n"
77
"PO-Revision-Date: 2022-03-22 07:59+0100\n"
88
"Last-Translator: Marc Sommerhalder <[email protected]>\n"
99
"Language-Team: \n"
@@ -231,8 +231,8 @@ msgid "Term"
231231
msgstr "Terme de recherche"
232232

233233
msgid ""
234-
"Searches the title of the election/vote. Use Wildcards (*) to find more "
235-
"results, e.g Nationalrat*."
234+
"Searches the title of the election/vote. Use Wildcards (`*`) to find more "
235+
"results, e.g `Nationalrat*`."
236236
msgstr ""
237237
"Recherche le titre de l'élection ou de la votation. Utilisez des caractères "
238238
"génériques (*) pour trouver plus de résultats, par example conseil*."

src/onegov/election_day/locale/it_CH/LC_MESSAGES/onegov.election_day.po

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgid ""
33
msgstr ""
44
"Project-Id-Version: \n"
55
"Report-Msgid-Bugs-To: \n"
6-
"POT-Creation-Date: 2024-06-08 12:57+0200\n"
6+
"POT-Creation-Date: 2024-07-08 09:34+0200\n"
77
"PO-Revision-Date: 2022-03-22 08:00+0100\n"
88
"Last-Translator: Marc Sommerhalder <[email protected]>\n"
99
"Language-Team: \n"
@@ -230,11 +230,11 @@ msgid "Term"
230230
msgstr "Termine di ricerca"
231231

232232
msgid ""
233-
"Searches the title of the election/vote. Use Wildcards (*) to find more "
234-
"results, e.g Nationalrat*."
233+
"Searches the title of the election/vote. Use Wildcards (`*`) to find more "
234+
"results, e.g `Nationalrat*`."
235235
msgstr ""
236236
"Cerca il titolo dell'elettazione/voto. Usa un carattere jolly (*) per "
237-
"trovare altri risultati, ad esempio Nationalrat*."
237+
"trovare altri risultati, ad esempio `Nationalrat*`."
238238

239239
msgid "From date"
240240
msgstr "Da"

src/onegov/election_day/locale/rm_CH/LC_MESSAGES/onegov.election_day.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgid ""
33
msgstr ""
44
"Project-Id-Version: \n"
55
"Report-Msgid-Bugs-To: \n"
6-
"POT-Creation-Date: 2024-06-08 12:57+0200\n"
6+
"POT-Creation-Date: 2024-07-08 09:34+0200\n"
77
"PO-Revision-Date: 2022-03-22 08:01+0100\n"
88
"Last-Translator: Marc Sommerhalder <[email protected]>\n"
99
"Language-Team: \n"
@@ -236,8 +236,8 @@ msgid "Term"
236236
msgstr "Noziun tschertgada"
237237

238238
msgid ""
239-
"Searches the title of the election/vote. Use Wildcards (*) to find more "
240-
"results, e.g Nationalrat*."
239+
"Searches the title of the election/vote. Use Wildcards (`*`) to find more "
240+
"results, e.g `Nationalrat*`."
241241
msgstr ""
242242
"Tschertga en il titel da l'elecziun u da la votaziun. Utilisai Wildcards (*) "
243243
"per survegnir dapli resultats, p.ex. scola*."

src/onegov/election_day/templates/election/candidates.pt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<h3 tal:content="layout.title()" />
2222
<h4 tal:condition="layout.subtitle()" i18n:translate="">${layout.subtitle()}</h4>
2323

24-
<div metal:use-macro="layout.macros['redirect-filters']"/ tal:condition="not election.tacit">
24+
<div metal:use-macro="layout.macros['redirect-filters']" tal:condition="not election.tacit">
2525

2626
<p tal:condition="not layout.has_candidates" i18n:translate="">
2727
No candidacies.

0 commit comments

Comments
 (0)