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)')