From 0bc5709b885e0feb4008cfd6be41d4ced12c45a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Thu, 15 Aug 2024 20:58:17 +0200 Subject: [PATCH] translations(de): "leeren" sounds really odd (#1939) ![image](https://github.com/user-attachments/assets/80dcb231-a47c-440e-b3da-a37990b1ff84) --------- Co-authored-by: Samuel Oey --- config/locales/de.yml | 4 ++-- spec/system/contributors/filter_spec.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/locales/de.yml b/config/locales/de.yml index a4e5ebf5e..a4ecfd40c 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -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: | @@ -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 diff --git a/spec/system/contributors/filter_spec.rb b/spec/system/contributors/filter_spec.rb index 1fbcfaa56..d7bd0ea18 100644 --- a/spec/system/contributors/filter_spec.rb +++ b/spec/system/contributors/filter_spec.rb @@ -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)')