Skip to content

Commit d989917

Browse files
authored
Fix "Refused vaccine" label (#3237)
This updates the label to match the wording in the designs.
2 parents 24ef810 + 33cb69e commit d989917

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/locales/status.en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ en:
4444
contraindications: Had contraindications
4545
none_yet: No outcome yet
4646
not_well: Unwell
47-
refused: Vaccine refused
47+
refused: Refused vaccine
4848
colour:
4949
absent_from_school: dark-orange
5050
absent_from_session: dark-orange

spec/features/parental_consent_refused_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def then_they_see_that_the_child_has_consent_refused
147147

148148
def and_the_session_outcome_is_could_not_vaccinate
149149
click_on "Session outcomes"
150-
choose "Vaccine refused"
150+
choose "Refused vaccine"
151151
click_on "Update results"
152152
expect(page).to have_content(@child.full_name)
153153
end

0 commit comments

Comments
 (0)