From bdc8d12d7a60af928913014490e748fe4e838ecd Mon Sep 17 00:00:00 2001 From: Dafydd Vaughan Date: Wed, 25 Jan 2012 12:25:35 +0000 Subject: [PATCH] fix spelling mistake in section name --- lib/tasks/sections.rake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/tasks/sections.rake b/lib/tasks/sections.rake index f880aa45..92a3c050 100644 --- a/lib/tasks/sections.rake +++ b/lib/tasks/sections.rake @@ -13,7 +13,8 @@ namespace :sections do 'Money and tax:Sickness, disability and carers' => 'Money and tax:Disability and carers', 'Money and tax:Seasonal payments' => 'Money and tax:Winter payments', 'Housing:Council housing' => 'Housing:Council and Housing Association homes', - 'Life in the UK:Becoming a British citizen' => 'Live in the UK:Rights and citizenship', + 'Life in the UK:Becoming a British citizen' => 'Life in the UK:Rights and citizenship', + 'Live in the UK:Rights and citizenship' => 'Life in the UK:Rights and citizenship', 'Travel:Animals and the UK' => 'Travel:Animals, food and plants', 'Travel:Travelling in the UK' => 'Travel:Domestic travel', 'Neighbourhoods:Community' => 'Neighbourhoods:Community and local services',