Skip to content

Commit

Permalink
Fix translation for yes/no in minimum wage
Browse files Browse the repository at this point in the history
  • Loading branch information
alext committed Jul 30, 2012
1 parent 4cbc8fc commit 9edce7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/flows/locales/en/am-i-getting-minimum-wage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ en-GB:
Calculate the National Minimum Wage you’re entitled to per week.
meta:
description: "Calculate the National Minimum Wage you’re entitled to per week."
options:
"yes": "Yes"
"no": "No"

# Q1
what_would_you_like_to_check?:
title: "What would you like to check?"
Expand All @@ -18,14 +22,12 @@ en-GB:
are_you_an_apprentice?:
title: "Are you an apprentice?"
options:
no: "No"
apprentice_under_19: "Apprentice 19 years or under"
apprentice_over_19: "Apprentice over 19 and in your first year"
# Q2 Past
were_you_an_apprentice?:
title: "Were you an apprentice at the time?"
options:
no: "No"
apprentice_under_19: "Apprentice 19 years or under"
apprentice_over_19: "Apprentice over 19 and in your first year"
# Q3
Expand Down Expand Up @@ -80,14 +82,12 @@ en-GB:
is_provided_with_accommodation?:
title: "Does your employer provide you with accommodation?"
options:
no: "No"
yes_free: "Yes, the accommodation is free"
yes_charged: "Yes, the accommodation is charged for"
# Q9 Past
was_provided_with_accommodation?:
title: "Did your employer provide you with accommodation?"
options:
no: "No"
yes_free: "Yes, the accommodation was free"
yes_charged: "Yes, the accommodation was charged for"
# Q10
Expand Down

0 comments on commit 9edce7b

Please sign in to comment.