fix MR comments

This commit is contained in:
Bilal
2020-06-24 11:24:43 +02:00
parent d28d76b877
commit 80a2aa1c02
3 changed files with 44 additions and 26 deletions

View File

@@ -358,14 +358,14 @@ feature "User managing medical releases" do
end
def guardian_2_first_name_field
'Second guardian first name'
t('helpers.label.medical_release.guardian_2_first_name')
end
def guardian_2_last_name_field
'Second guardian last name'
t('helpers.label.medical_release.guardian_2_last_name')
end
def guardian_2_phone_field
'Second guardian phone'
t('helpers.label.medical_release.guardian_2_phone')
end
end