Skip to content

Commit

Permalink
Copy changes for salaried_trainee subject step
Browse files Browse the repository at this point in the history
  • Loading branch information
fumimowdan committed Oct 13, 2023
1 parent 4c824c3 commit 5ef67f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/locales/steps.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ en:
teacher:
Physics, general or combined science including physics, and languages can be combined with other subjects but must make up at least 50% of your time in the classroom.
salaried_trainee:
Physics or languages can be combined with other subjects but must make up at least 50% of your course content. This will be validated by Department for Education with the school where you are training.
Physics or languages can be combined with other subjects but must make up at least 50% of your course content.
answers:
physics:
text: Physics
Expand Down
2 changes: 1 addition & 1 deletion spec/steps/subject_step_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
context "salaried_trainee" do
let(:form) { build(:trainee_form) }

question_hint = "Physics or languages can be combined with other subjects but must make up at least 50% of your course content. This will be validated by Department for Education with the school where you are training."
question_hint = "Physics or languages can be combined with other subjects but must make up at least 50% of your course content."

include_examples "behaves like a step",
described_class,
Expand Down

0 comments on commit 5ef67f2

Please sign in to comment.