Skip to content

Commit a58f9cb

Browse files
committed
reword to use past tense
1 parent 7aed607 commit a58f9cb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/views/admin/chapters/show.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
- if @how_you_found_us.data_present?
4343
.card.border-info.my-4.my-md-0.my-lg-4.ms-md-4.ms-lg-0
4444
.card-body
45-
%h3 How members find this chapter
45+
%h3 How members found this chapter
4646
- @how_you_found_us.by_percentage.each do |(how, percent)|
4747
- label = t("member.details.edit.how_you_found_us_options.#{how}")
4848
.mb-3

spec/features/admin/chapters_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,14 @@
134134

135135
visit admin_chapter_path(chapter)
136136

137-
expect(page).to have_content('How members find this chapter')
137+
expect(page).to have_content('How members found this chapter')
138138
expect(page).to have_content('Based on 1 response')
139139
end
140140

141141
scenario 'does not show the card when there are no responses' do
142142
visit admin_chapter_path(chapter)
143143

144-
expect(page).not_to have_content('How members find this chapter')
144+
expect(page).not_to have_content('How members found this chapter')
145145
end
146146
end
147147
end

0 commit comments

Comments
 (0)