Skip to content

Commit

Permalink
translations(de): "leeren" sounds really odd (#1939)
Browse files Browse the repository at this point in the history
![image](https://github.com/user-attachments/assets/80dcb231-a47c-440e-b3da-a37990b1ff84)

---------

Co-authored-by: Samuel Oey <so@capinside.com>
  • Loading branch information
roschaefer and soey authored Aug 15, 2024
1 parent 15be0d3 commit 0bc5709
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/locales/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ de:
contributor_signal_settings:
heading: "Ausgewählter Kanal: Signal"
complete:
text:
text:
phone_number: |
%{name} hat sich mit der Handynummer %{phone_number} angemeldet.
uuid: |
Expand Down Expand Up @@ -382,7 +382,7 @@ de:
filter_section:
heading: Nach Tags filtern
submit_button: filtern
clear_button: leeren
clear_button: zurücksetzen
contributors_filter:
active: Aktiv
inactive: Inaktiv
Expand Down
2 changes: 1 addition & 1 deletion spec/system/contributors/filter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
expect(page).to have_link(nil, href: contributor_path(active_contributor))
expect(page).not_to have_link(nil, href: contributor_path(another_contributor))

click_on 'leeren'
click_on 'zurücksetzen'

expect(page).not_to have_css('.ContributorsIndex-filterSection')
expect(page).not_to have_content('Das sind die Mitglieder deiner Community gefiltert nach dem Tag (entwickler)')
Expand Down

0 comments on commit 0bc5709

Please sign in to comment.