Skip to content

Commit

Permalink
PAS: Fix translation.
Browse files Browse the repository at this point in the history
TYPE: Bugfix
  • Loading branch information
msom committed Jul 16, 2024
1 parent b4dda4d commit 61ea339
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/onegov/pas/locale/de_CH/LC_MESSAGES/onegov.pas.po
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ msgid "normal"
msgstr "normal"

msgid "intercantonal"
msgstr "interkantoninterkantoninterkalal"
msgstr "interkantonal"

msgid "Guest"
msgstr "Gast"
Expand Down
3 changes: 3 additions & 0 deletions tests/onegov/pas/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,9 @@ def test_views_manage(client_with_es):
assert '04.02.2024' in page
assert 'Anwesenheit bearbeitet' in page

page = page.click(href='/change/', index=0)
assert '[email protected]' in page

# Test search results
client.app.es_client.indices.refresh(index='_all')
client = client.spawn()
Expand Down

0 comments on commit 61ea339

Please sign in to comment.